Skip to content

Commit

Permalink
fix version of pytest-uncollect-if
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongi committed Mar 24, 2024
1 parent 4a88dfe commit 96add58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- boto3
- google-cloud-storage
- boto3-stubs[s3]
- pytest_uncollect_if
- pytest-uncollect-if>=0.1.2

- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest-django
django-stubs
boto3-stubs[s3]
types-s3transfer
pytest-uncollect-if>=0.1.1
pytest-uncollect-if>=0.1.2

0 comments on commit 96add58

Please sign in to comment.