summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-30 17:42:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-31 13:10:09 +0200
commit40c72f849d35cde1644558792845d93e3032ea93 (patch)
tree496ac48eaca20cc2a5823cc2da3a28baf4122202 /pytest.ini
parentd850d3d13fe2c916738d4202408b042cebfac294 (diff)
downloadqutebrowser-40c72f849d35cde1644558792845d93e3032ea93.tar.gz
qutebrowser-40c72f849d35cde1644558792845d93e3032ea93.zip
flatpak: Skip download dispatcher tests
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 7f4a58de3..4873152ea 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -17,6 +17,7 @@ markers =
mac: Tests which only can run on macOS.
not_mac: Tests which can not run on macOS.
not_frozen: Tests which can't be run if sys.frozen is True.
+ not_flatpak: Tests which can't be run if running with Flatpak.
no_xvfb: Tests which can't be run with Xvfb.
frozen: Tests which can only be run if sys.frozen is True.
integration: Tests which test a bigger portion of code