Skip to content

Commit

Permalink
move nox and nox-poetry into global env, actually
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Dec 24, 2023
1 parent ae91852 commit 2d382e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 133 deletions.
2 changes: 2 additions & 0 deletions dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ dependencies:
- conda-forge::python=3.8 # the lowest version of python that we formally support
- conda-forge::pip==23.3.2
- conda-forge::poetry==1.7.1
- conda-forge::nox==2023.04.22
- pip:
- nox-poetry==1.0.3
- poetry-conda==0.1.1
132 changes: 1 addition & 131 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ sphinx-click = ">=3.0.2"
pytest = ">=7.4.3"
black = ">=23.3.0"
ipython = ">=7.34.0"
nox = ">=23.3.2"
nox-poetry = ">=1.0.3"
coverage = {extras = ["toml"], version = ">=7.2.7"}
filprofiler = ">=2023.3.1"

Expand Down

0 comments on commit 2d382e2

Please sign in to comment.