Skip to content

Commit

Permalink
Ignore redundant tox environments (#45)
Browse files Browse the repository at this point in the history
* Write python tox environments the same

* Ignore redundant tox envs

* Remove redundant curly brackets

* Add changelog

* Add test docs again
  • Loading branch information
JCZuurmond authored Aug 25, 2023
1 parent 4c151d5 commit 77cc761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python -m pip install tox
- name: Test with tox
run: tox
run: tox --skip-env "^py(?!${{ matrix.python-version }}).*"

- name: Test docs with tox
run: tox -e docs
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Remove upper version constrain for dbt core ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/43))
- CI speed up: ignore redundant tox environments ([issue](https://github.com/godatadriven/pytest-dbt-core/issues/44), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/45))

## [0.2.2] - 2023-08-09

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spark_options =
spark.sql.catalogImplementation: in-memory

[tox:tox]
envlist = py37-dbt-spark{11,12,13,14,15},py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16}
envlist = py3.7-dbt-spark{11,12,13,14,15},py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16}
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 77cc761

Please sign in to comment.