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

Fix CI for py 3.7

parent faa1771e
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ jobs: ...@@ -35,6 +35,7 @@ jobs:
name: install dependencies name: install dependencies
command: | command: |
sudo python -m pip install -r requirements-test.txt sudo python -m pip install -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
# run tests! # run tests!
# this example uses Django's built-in test-runner # this example uses Django's built-in test-runner
...@@ -71,6 +72,7 @@ jobs: ...@@ -71,6 +72,7 @@ jobs:
name: install dependencies name: install dependencies
command: | command: |
sudo python -m pip install --upgrade -r requirements-test.txt sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run: - run:
name: run tests name: run tests
...@@ -93,6 +95,7 @@ jobs: ...@@ -93,6 +95,7 @@ jobs:
name: install dependencies name: install dependencies
command: | command: |
sudo python -m pip install --upgrade -r requirements-test.txt sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run: - run:
name: run tests name: run tests
...@@ -115,6 +118,7 @@ jobs: ...@@ -115,6 +118,7 @@ jobs:
name: install dependencies name: install dependencies
command: | command: |
sudo python -m pip install --upgrade -r requirements-test.txt sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run: - run:
name: run tests name: run tests
command: | command: |
......
...@@ -9,7 +9,6 @@ pytz==2018.7 ...@@ -9,7 +9,6 @@ pytz==2018.7
pycryptodomex==3.7.0 pycryptodomex==3.7.0
scrypt==0.8.6 scrypt==0.8.6
Events==0.3 Events==0.3
secp256k1==0.13.2
cryptography==2.3.1 cryptography==2.3.1
pyyaml==3.13 pyyaml==3.13
mock==2.0.0 mock==2.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment