Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1300151?usp=email )

Change subject: tests: Ignore write tests with deeptest-py314
......................................................................

tests: Ignore write tests with deeptest-py314

CI tests are anonymeous. Therefore write tests can be skipped directly
using pytest-attrib

Change-Id: I11540fb39cead7ebd89dcb5133125d755c78c107
---
M tox.ini
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/tox.ini b/tox.ini
index 70f315a..ec30801 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,7 @@

     deeptest: python {[params]generate_user_files}
     deeptest-py39: python -m unittest discover -vv -p "*_tests.py"
-    deeptest-py314: pytest
+    deeptest-py314: pytest -a 'not write and not login'

     fasttest: python {[params]generate_user_files}
     fasttest: pytest --version
@@ -59,6 +59,7 @@
     deeptest: .[scripts]
     deeptest-py314: .[wikitextparser]
     deeptest-py314: pytest >= 9.0.3
+    deeptest-py314: pytest-attrib

 [testenv:typing]
 basepython = python3.10

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1300151?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I11540fb39cead7ebd89dcb5133125d755c78c107
Gerrit-Change-Number: 1300151
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to