Skip to content

Commit

Permalink
Pin cython < 3.0.0
Browse files Browse the repository at this point in the history
The dependency pytest-dockerc is ancient code, and it pulls in an
ancient 1.x version of docker-compose that itself requires pyyaml < 6;
unfortunately, only pyyaml >= 6.0.1 is compatible with cython >= 3.0.0
and hence the following pin is required.
  • Loading branch information
jsf9k committed Jul 18, 2023
1 parent 8237d27 commit 8a83515
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
--requirement requirements.txt
# pytest-dockerc is ancient code, and it pulls in an ancient 1.x
# version of docker-compose that itself requires pyyaml < 6;
# unfortunately, only pyyaml >= 6.0.1 is compatible with cython >=
# 3.0.0 and hence the following pin is required.
cython < 3.0.0
pre-commit
pytest
pytest-dockerc

0 comments on commit 8a83515

Please sign in to comment.