Skip to content

Commit

Permalink
Fix use of requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Sep 17, 2023
1 parent 87ff663 commit 0d9a422
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install dependencies (testing only)
run: |
pip install pycryptodome-test-vectors
pip install -r requirements-test.txt
- name: Install package
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Install dependencies (testing only)
run: |
python -m pip install pycryptodome-test-vectors
python -m pip install -r requirements-test.txt
- name: Install package
run: |
Expand All @@ -136,7 +136,7 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
pip install mypy pycryptodome-test-vectors
pip install mypy -r requirements-test.txt
- name: Test
run: |
mypy --enable-incomplete-feature=Unpack lib/
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ include MANIFEST.in
include *.rst
include .separate_namespace
include setup.py pct-speedtest.py compiler_opt.py setup.cfg
include pyproject.toml
include requirements-test.txt
graft Doc
prune Doc/_build
include appveyor.yml appveyor/get_wheels.sh appveyor/install.ps1 appveyor/run_with_env.cmd
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycryptodome-test-vectors==1.0.10
pycryptodome-test-vectors==1.0.13

0 comments on commit 0d9a422

Please sign in to comment.