Commit Graph

13 Commits

Author SHA1 Message Date
698932f487
Reduce number of globally disabled bandit checks
and uncomment fail fast in the test script.
2024-03-06 13:58:58 +02:00
anand k
c2e407ef5a
Code Quality - included B101 in tox.ini to ignore assert warning 2024-02-25 00:24:01 +05:30
492541c0d3
Remove core tests from coverage 2023-10-20 16:55:42 +03:00
2d5e140959
Add skip_install in non-testing tox envs and py35 2023-09-20 14:43:20 +03:00
377fafcaaa
Try to reenable EOL py27 and py36 in tox according to its FAQ 2023-09-04 09:49:34 +03:00
43b0c22ccd
Omit bitmessagekivy in coverage run 2022-09-17 19:16:35 +03:00
8e708c6277
Adjust tox.ini: add py35 and py310, set basepython = python3 for bandit 2022-05-30 21:32:56 +03:00
b8c2795b82
Fix coverage omit config value
to not include /var/lib/buildbot/... and remove also __init__.
2022-05-02 18:00:55 +03:00
760ff5f060
Enable qt tests in py27 env 2022-05-02 18:00:55 +03:00
ace9bd7b49
Add bandit and flake8 lint run as separate testenv in tox.ini;
uncomment fail fast in test.sh and possibly remove --exit-zero bandit arg
when ready.
2022-05-02 18:00:55 +03:00
ebdcc363b1
Add a portable env for py27 in tox.ini,
update python3 envs and PYTHONWARNINGS, restrict deps for reset and stats.
2021-11-26 18:04:50 +02:00
ed6ca87092
Add a tox env for building docs 2021-11-23 20:33:10 +02:00
e77238fa07
Support tox and request more warnings:
- make separate tests runner - tests.py; python setup.py test still works
  - tox.ini with coverage config
  - -b: issue warnings about comparing bytearray with unicode
  - export PYTHONWARNINGS=all on stage install
2021-02-18 17:12:43 +02:00