Skip to content

Commit

Permalink
chore: Disable a package for py 3.12 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Feb 21, 2024
1 parent 231ee55 commit ef21c58
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via django
boto3==1.34.46
# via fs-s3fs
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ astroid==3.0.3
# -r requirements/test.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.0.3
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.0.3
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
#backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit ef21c58

Please sign in to comment.