Skip to content

Commit

Permalink
Create a requirements-dev.txt (#582)
Browse files Browse the repository at this point in the history
* Create a `requirements-dev.txt`

This requirements file will:

- Perform an editable install of Nox.
- Install both the regular and conda requirements.

* Exclude `requirements-dev.txt` from the manifest check

This seems to be the best solution.

Co-authored-by: Claudio Jolowicz <mail@claudiojolowicz.com>
  • Loading branch information
DiddiLeija and cjolowicz committed Mar 2, 2022
1 parent 2093e74 commit 2a90c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ignore = [
"docs/**",
"noxfile.py",
"requirements-conda-test.txt",
"requirements-dev.txt",
"requirements-test.txt",
"*.md",
".*",
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-e .
-r requirements-test.txt
-r requirements-conda-test.txt

0 comments on commit 2a90c5b

Please sign in to comment.