Skip to content

Commit

Permalink
Try to avoid pytest freaking out
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Nov 11, 2024
1 parent 6c7947a commit 14d8f31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/scripts/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- script: |
python setup.py test_java
pip install gcovr pytest-cov -r test-requirements.txt
pip install numpy
pip install numpy setuptools
displayName: 'Install requirements'

- script: |
Expand Down
2 changes: 1 addition & 1 deletion .azure/scripts/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
version: '$(jdk.version)'

- script: |
python -m pip install --editable .
python setup.py develop
displayName: 'Build module'

- script: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=70.0",
"setuptools",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 14d8f31

Please sign in to comment.