diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-09-05 11:25:11 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-09-05 11:25:11 +0200 |
| commit | 0e383db89283610b10f4651ec0a9f9727b9da748 (patch) | |
| tree | d9e0ce745722fd4fbe8888558c3367c2e74eaefd | |
| parent | 0e37ff78f58499e7a89a04fe2003ffa138352ff3 (diff) | |
| download | gemato-0e383db89283610b10f4651ec0a9f9727b9da748.tar.gz | |
pytest: Enable strict XFAIL handling
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,3 +41,6 @@ passenv = CODECOV_TOKEN commands = codecov + +[pytest] +xfail_strict = true |
