Skip to content

Commit fac8ae3

Browse files
committed
Update comments
1 parent 1336e19 commit fac8ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/translations/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Let console output be seen. Don't override the pytest plugin.
44
addopts = --capture=no --ignore conftest.py -p no:cacheprovider
55

6-
# Ignore warnings such as DeprecationWarning and pytest.PytestUnknownMarkWarning
6+
# Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
77
filterwarnings =
88
ignore::pytest.PytestWarning
99
ignore:.*U.*mode is deprecated:DeprecationWarning

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Let console output be seen. Don't override the pytest plugin.
44
addopts = --capture=no --ignore conftest.py -p no:cacheprovider
55

6-
# Ignore warnings such as DeprecationWarning and pytest.PytestUnknownMarkWarning
6+
# Ignore warnings such as DeprecationWarning and PytestUnknownMarkWarning
77
filterwarnings =
88
ignore::pytest.PytestWarning
99
ignore:.*U.*mode is deprecated:DeprecationWarning

0 commit comments

Comments
 (0)