Skip to content
Snippets Groups Projects
Commit bf406627 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

scrypt is a must

Try again with secp256k1
parent efa588df
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
- run: - run:
name: install dependencies name: install dependencies
command: | command: |
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov parameterized cryptography sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov parameterized secp256k1
sudo python -m pip install -r requirements.txt sudo python -m pip install -r requirements.txt
sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv
......
...@@ -50,7 +50,7 @@ install: ...@@ -50,7 +50,7 @@ install:
- conda config --add channels wheeler-microfluidics - conda config --add channels wheeler-microfluidics
- conda update -q conda - conda update -q conda
- conda info -a - conda info -a
- conda install --yes nose conda-build setuptools pip numpy pytest-pylint parameterized - conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography
- conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs - conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs
- conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable - conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable
......
...@@ -27,7 +27,7 @@ requires = [ ...@@ -27,7 +27,7 @@ requires = [
"websocket-client", "websocket-client",
"appdirs", "appdirs",
"Events", "Events",
"pylibscrypt", "scrypt",
"pycryptodomex", "pycryptodomex",
"pytz", "pytz",
"Click", "Click",
......
...@@ -18,8 +18,8 @@ deps = ...@@ -18,8 +18,8 @@ deps =
pytest pytest
pytest-mock pytest-mock
parameterized parameterized
cryptography
coverage coverage
secp256k1
commands = commands =
coverage run --parallel-mode -m pytest {posargs} coverage run --parallel-mode -m pytest {posargs}
coverage combine coverage combine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment