From 5a57837f8bc9c8400dac8d65c43ecfb3304f626b Mon Sep 17 00:00:00 2001 From: Alex Thiessen Date: Sun, 23 Jan 2022 01:50:41 +0100 Subject: [PATCH] tox: Fix obsoletion warning --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8bd4fc6..ca88e01 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ deps = pytest >= 2.9 commands = coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \ - py.test -vv -rxs --tb native -s --strict {posargs:tests} + py.test -vv -rxs --tb native -s --strict-markers {posargs:tests} coverage report -m