debian-forge/.github
Michael Vogt 5d3dac9fb9 tox,workflow: pass tests to run via tox {posargs} instead of env
Using an environ for passing the tests is a bit of a headache when
it comes to quoting which is important when trying to write something
like: `-k "not test_stages.py"`.

I (personally) also find it slightly nicer/more intuitive to be able to do:
```
$ tox -e py36 -- ./test/mod
```
compared to
```
$ TEST_CATEGORY="./test/mod" tox -e py36
```
2024-04-16 15:16:49 +02:00
..
workflows tox,workflow: pass tests to run via tox {posargs} instead of env 2024-04-16 15:16:49 +02:00
mergify.yml [skip ci] ci: switch to using automerge 2021-12-08 14:13:43 +01:00