mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-04 12:59:11 -04:00
Add python3-pytest and python3-pytestqt to circleci
This commit is contained in:
parent
8101eb1d78
commit
eb06b0148d
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update
|
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
|
sudo pip3 install pytest-cov flake8
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
|
|
2
BUILD.md
2
BUILD.md
|
@ -33,7 +33,7 @@ Install the needed dependencies:
|
||||||
#### For Debian-like distros:
|
#### 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:
|
#### For Fedora-like distros:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue