Skip to content

Commit 687ba2a

Browse files
committed
Add some scientific Python repo recommendatiosn
1 parent 76db917 commit 687ba2a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
workflow_dispatch:
1313
merge_group:
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
test:
1721
name: ${{ matrix.platform }} py${{ matrix.python-version }}

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "setuptools_scm"]
2+
requires = ["setuptools", "setuptools_scm"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -16,7 +16,11 @@ filterwarnings = [
1616
"ignore:Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.:DeprecationWarning"
1717
]
1818
qt_api = "pyqt6"
19-
addopts = "--mpl --mpl-baseline-relative"
19+
addopts = ["--mpl", "--mpl-baseline-relative", "--strict-config", "--strict-markers", "-ra"]
20+
minversion = "7"
21+
testpaths = ["src/napari_matplotlib/tests"]
22+
log_cli_level = "INFO"
23+
xfail_strict = true
2024

2125
[tool.black]
2226
line-length = 79

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy