Skip to content

Commit 009743f

Browse files
authored
update marks (#582)
1 parent 50cc400 commit 009743f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ci_pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ markers = [
1111
"ci: basic tests to run in ci",
1212
"locale_de: tests run in DE locale versions",
1313
"locale_fr: tests run in FR locale versions",
14-
"locale_gb: tests run in GB locale versions"
14+
"locale_gb: tests run in GB locale versions",
15+
"noxvfb: tests that should not run in xvfb sessions"
1516
]
1617
testpaths = [
1718
"tests"

ci_pyproject_headed.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ markers = [
1111
"ci: basic tests to run in ci",
1212
"locale_de: tests run in DE locale versions",
1313
"locale_fr: tests run in FR locale versions",
14-
"locale_gb: tests run in GB locale versions"
14+
"locale_gb: tests run in GB locale versions",
15+
"noxvfb: tests that should not run in xvfb sessions"
1516
]
1617
testpaths = [
1718
"tests"

ci_xvfb_pyproject_headed.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ markers = [
1111
"ci: basic tests to run in ci",
1212
"locale_de: tests run in DE locale versions",
1313
"locale_fr: tests run in FR locale versions",
14-
"locale_gb: tests run in GB locale versions"
14+
"locale_gb: tests run in GB locale versions",
15+
"noxvfb: tests that should not run in xvfb sessions"
1516
]
1617
testpaths = [
1718
"tests"

0 commit comments

Comments
 (0)