Skip to content

Commit

Permalink
Merge 3962974 into cc2e8a6
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Mar 15, 2022
2 parents cc2e8a6 + 3962974 commit 04e9f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- script: |
python -m pip install --upgrade pip
pip install . .[test]
pip install --upgrade pytest<7.1.0,>7.1.0 # 7.1.0 is buggy
displayName: 'Install dependencies'
- script: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# redhat: cairo cairo-dev (tested)
# debian: libcairo2-dev ?

test_requires = ['pytest', 'pytest-cov', 'requests_mock']
test_requires = ['pytest!=7.10.0', 'pytest-cov', 'requests_mock']

setup_requires = ['setuptools_scm', 'cython']

Expand Down

0 comments on commit 04e9f0c

Please sign in to comment.