Skip to content
forked from pydata/xarray

Commit

Permalink
[revert]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 29, 2024
1 parent 829f80c commit 6a38e27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
41 changes: 18 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest"]
# Bookend python versions
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.12"]
env: [""]
include:
# Minimum python version:
- env: "bare-minimum"
python-version: "3.9"
os: ubuntu-latest
- env: "min-all-deps"
python-version: "3.9"
os: ubuntu-latest
# Latest python version:
- env: "all-but-dask"
python-version: "3.10"
os: ubuntu-latest
- env: "flaky"
python-version: "3.10"
os: ubuntu-latest
# include:
# # Minimum python version:
# - env: "bare-minimum"
# python-version: "3.9"
# os: ubuntu-latest
# - env: "min-all-deps"
# python-version: "3.9"
# os: ubuntu-latest
# # Latest python version:
# - env: "all-but-dask"
# python-version: "3.10"
# os: ubuntu-latest
# - env: "flaky"
# python-version: "3.10"
# os: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -135,12 +135,7 @@ jobs:
enableCrossOsArchive: true

- name: Run tests
run: python -m pytest -n 4
--timeout 180
--cov=xarray
--cov-report=xml
--junitxml=pytest.xml
$PYTEST_EXTRA_FLAGS
run: python -m pytest

- name: Upload test results
if: always()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ markers = [
]
minversion = "7"
python_files = "test_*.py"
testpaths = ["xarray/tests", "properties"]
testpaths = ["properties"]

[tool.aliases]
test = "pytest"
Expand Down

0 comments on commit 6a38e27

Please sign in to comment.