Skip to content

Commit

Permalink
set pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 7, 2022
1 parent f0f251f commit 0333f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
key: test-coverage-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml', '**/setup.*') }}
- run: pip install ".[test]" pytest-xdist pytest-cov
- run: pip freeze
- run: pytest -n auto --cov-report=xml --cov=src/stcal
- run: pytest -n auto --cov-report=xml --cov=src/stcal --cov-config=pyproject.toml
- run: coverage report -m
- uses: codecov/codecov-action@v2
with:
Expand All @@ -100,7 +100,7 @@ jobs:
- run: pip install ".[test]" pytest-xdist pytest-cov
- run: pip install "jwst[test] @ git+https://github.com/spacetelescope/jwst.git"
- run: pip freeze
- run: pytest -n auto --cov-report=xml --cov=src/stcal --ignore-glob=timeconversion --ignore-glob=associations --pyargs jwst
- run: pytest -n auto --cov-report=xml --cov=src/stcal --cov-config=pyproject.toml --ignore-glob=timeconversion --ignore-glob=associations --pyargs jwst
env:
CRDS_SERVER_URL: https://jwst-crds.stsci.edu
- run: coverage report -m
Expand All @@ -123,7 +123,7 @@ jobs:
- run: pip install ".[test]" pytest-xdist pytest-cov
- run: pip install "romancal[test] @ git+https://github.com/spacetelescope/romancal.git"
- run: pip freeze
- run: pytest -n auto --cov-report=xml --cov=src/stcal --pyargs romancal
- run: pytest -n auto --cov-report=xml --cov=src/stcal --cov-config=pyproject.toml --pyargs romancal
env:
CRDS_SERVER_URL: https://roman-crds-test.stsci.edu
- run: coverage report -m
Expand Down
Empty file removed tox.ini
Empty file.

0 comments on commit 0333f5e

Please sign in to comment.