Skip to content

Commit

Permalink
replace setup.cfg with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 30, 2022
1 parent 22046ea commit b25dfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands =
bandit romancal -r -x tests,regtest

[testenv:check-install]
description = verify that install_requires in setup.cfg is correct
description = verify that dependencies are correct
extras =
commands =
verify_install_requires
Expand All @@ -47,7 +47,7 @@ description =
regtests: with --bigdata and --slow flags
cov: with coverage
xdist: using parallel processing
# The following indicates which extras_require from setup.cfg will be installed
# The following indicates which `optional-dependencies` from `pyproject.toml` will be installed
extras =
test
alldeps: all
Expand Down

0 comments on commit b25dfa3

Please sign in to comment.