Skip to content

Commit 6423991

Browse files
authored
Merge branch 'main' into mmg/macos-healpy-failure-experiments
2 parents 4ffb75c + 0de6f11 commit 6423991

File tree

4 files changed

+396
-346
lines changed

4 files changed

+396
-346
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ jobs:
5757
limit-access-to-actor: true
5858

5959
- name: Run tests
60+
if: github.event_name != 'pull_request'
6061
run: |
6162
pytest -vv tests/test_fourier_wigner.py::test_forward_fourier_wigner_transform_high_N[8966433580120847635-True-mwss-64]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ filterwarnings = [
9898
"ignore::DeprecationWarning",
9999
"ignore:FutureWarning",
100100
]
101+
markers = ["slow: mark test as slow"]
101102

102103
[tool.ruff]
103104
fix = true

0 commit comments

Comments
 (0)