Skip to content

Commit

Permalink
Moved passenv to the bottom of testenv to match other pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed May 30, 2024
1 parent 9dc8bdd commit 066fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ omit = benchmarks/*
[testenv]
extras =
dev
passenv = GITHUB_*
deps =
coredev: git+https://github.com/brainglobe/cellfinder.git
commands =
pytest {toxinidir} -v --color=yes --cov=./ --cov-report=xml
description =
Run tests
coredev: Run tests with the development version of cellfinder
passenv = GITHUB_*
"""

0 comments on commit 066fbd9

Please sign in to comment.