From 3b79a9ba2e79e409f2efe2fa993d8d85dff88267 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 22 Mar 2020 11:35:33 -0700 Subject: [PATCH] Add python3-pytest and python3-pytestqt to circleci --- .circleci/config.yml | 2 +- BUILD.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15e04224..796b2810 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: name: install dependencies command: | sudo apt-get update - sudo apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-stdeb python3-all python-nautilus xvfb obfs4proxy + sudo apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-flask-httpauth python3-distutils python3-pytest python3-pytestqt python3-stdeb python3-all python-nautilus xvfb obfs4proxy sudo pip3 install pytest-cov flake8 # run tests! diff --git a/BUILD.md b/BUILD.md index 7be0cc28..16009bd8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -33,7 +33,7 @@ Install the needed dependencies: #### For Debian-like distros: ``` -apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils +apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest python3-pytestqt build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils ``` #### For Fedora-like distros: