From eff35718a85af3b72c3343369f0a6f60097f917a Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 19 Sep 2019 09:30:50 +0100
Subject: [PATCH] MNT: Another pytest mark

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index be490b7f9..9ea1ddbc4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,7 @@ markers =
     piltest:    Requires Pillow
     noroottest: Need to be executed as non-root user (will fail otherwise)
     longtest:   Takes a long time
+    unixtest:   Only works on *nix systems
 
 
 testpaths = tests
-- 
GitLab