pull/2127/head
Paul Pfeister 6 months ago
parent b0521d6f5c
commit b728ce0659
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -1,12 +1,15 @@
### REPOSITORY
/.github/CODEOWNERS @sdushantha
./github/FUNDING.yml @sdushantha
/LICENSE @sdushantha
### PACKAGING
# Changes made to these items without code owner approval may negatively
# impact packaging pipelines. Code owners may need time to verify or adapt.
# impact packaging pipelines.
/pyproject.toml @ppfeister @sdushantha
### REGRESSION
/.github/workflows/regression.yml @ppfeister
/tox.ini @ppfeister
/pytest.ini @ppfeister
/tests/ @ppfeister

@ -1 +1 @@
github: [ sdushantha, ppfeister ]
github: [ sdushantha, ppfeister ]

@ -1,4 +1,4 @@
[pytest]
addopts = --strict-markers
markers =
online: mark tests are requiring interest access.
online: mark tests are requiring internet access.
Loading…
Cancel
Save