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

Commit

Permalink
chore(deps): install project and dependencies with dev, not test deps
Browse files Browse the repository at this point in the history
Dev setups are expected to install the dev dependencies. Test ones
alone on the other hand are intended for use within Tox, which handles
installing the project and its deps.
  • Loading branch information
scop committed Dec 4, 2021
1 parent 666da9d commit 4c1a7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-e .
-r requirements-test.txt

black ==21.11b1
Expand Down
2 changes: 0 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-e .

pytest >=3
pytest-asyncio
pytest-vcr

0 comments on commit 4c1a7c7

Please sign in to comment.