Skip to content

Commit

Permalink
attempt PEP517 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 8, 2022
1 parent 029d3ed commit 6aa99a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ norecursedirs =
.tox
.eggs
build
pytest_crds
asdf_schema_tests_enabled = true
asdf_schema_validate_default = false
asdf_schema_root = jwst/transforms/resources/schemas jwst/datamodels/schemas
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ commands =

[testenv:check-build]
description = check build sdist/wheel and a strict twine check for metadata
skip_install = true
deps =
build
twine>=3.3
Expand Down Expand Up @@ -77,13 +76,12 @@ args_are_paths =
!pyargs: false
changedir =
pyargs: {homedir}
use_develop = !pyargs: true
commands_pre =
pip freeze
# Generate a requirements-min.txt file
oldestdeps: minimum_deps
# Force install everything in that file
oldestdeps: pip install --ignore-installed -r requirements-min.txt
pip freeze
commands =
pytest \
cov: --cov=. --cov-config=setup.cfg --cov-report=xml \
Expand Down

0 comments on commit 6aa99a4

Please sign in to comment.