ci: disable color output for pytest

This commit is contained in:
Stefan Reimer 2022-02-24 12:15:39 +01:00
parent 9a2a7d290f
commit a45848733e
1 changed files with 2 additions and 0 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
[pytest]
addopts = --color=no