File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ markers = [
11
11
" ci: basic tests to run in ci" ,
12
12
" locale_de: tests run in DE locale versions" ,
13
13
" 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"
15
16
]
16
17
testpaths = [
17
18
" tests"
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ markers = [
11
11
" ci: basic tests to run in ci" ,
12
12
" locale_de: tests run in DE locale versions" ,
13
13
" 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"
15
16
]
16
17
testpaths = [
17
18
" tests"
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ markers = [
11
11
" ci: basic tests to run in ci" ,
12
12
" locale_de: tests run in DE locale versions" ,
13
13
" 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"
15
16
]
16
17
testpaths = [
17
18
" tests"
You can’t perform that action at this time.
0 commit comments