Skip to content

Commit

Permalink
#53: Fixed the pgcopy requirement for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 15, 2024
1 parent b918801 commit a4cd418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements-tox.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage==4.5.4
mock==3.0.5
pgcopy
pytest-cov==2.8.1
pytest-pythonpath==0.7.3
six==1.12.0
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ deps =
py27: attrs<19.2
py27: more-itertools<8.11
py{36,37,38,39,310,311,312}: pytest==6.2.5
# pgcopy
pgcopy
# Common requirements
-r{toxinidir}/requirements-tox.txt
commands =
Expand Down

0 comments on commit a4cd418

Please sign in to comment.