Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Do not use pytest 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 4, 2024
1 parent 5ad3344 commit 2269a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test:
source_files:
- tests/*
requires:
- pytest >=5.4.0
- pytest <8.0.0
commands:
- pytest --fixtures .
- env PYTHONWARNINGS="ignore::FutureWarning,ignore::DeprecationWarning" pytest -m "not slow" # [linux]
Expand Down

0 comments on commit 2269a73

Please sign in to comment.