Skip to content

Commit e0f3f3b

Browse files
committed
tests: add an upstream marker
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8856878 commit e0f3f3b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ markers = [
160160
"isolated: Needs an isolated virtualenv",
161161
"network: Needs a network connection to setup or run",
162162
"setuptools: Tests setuptools integration",
163+
"upstream: Intended to check our own development",
163164
"virtualenv: Needs a virtualenv",
164165
]
165166
norecursedirs = ["tests/packages/**"]

tests/test_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
DIR = Path(__file__).parent.resolve()
1515

16+
pytestmark = pytest.mark.upstream
17+
1618

1719
def test_compare_schemas():
1820
"""

0 commit comments

Comments
 (0)