Skip to content

Commit

Permalink
fix(ci): forgot add package into requirements
Browse files Browse the repository at this point in the history
need to add some checks for this
  • Loading branch information
edpyt committed May 4, 2024
1 parent 24987d4 commit 3883aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest-asyncio==0.23.6 ; python_version >= "3.11" and python_version < "4.0"
pytest==8.1.1 ; python_version >= "3.11" and python_version < "4.0"
testcontainers==4.4.0 ; python_version >= "3.11" and python_version < "4.0"
pytest-mock==3.14.0 ; python_version >= "3.11" and python_version < "4.0"
-r migrations.txt
-r dev.txt

0 comments on commit 3883aa7

Please sign in to comment.