]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: ignore env for pytest --collect-only
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 6 Sep 2022 15:43:26 +0000 (17:43 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 6 Sep 2022 15:43:26 +0000 (17:43 +0200)
commit3d80bd11aa107c8630f9ef8a1635aab23af7d72d
treec0f18c7354da2a0501470577c23e1c2b27c33259
parentdd57a2c78ea7add06532989c2c3ecc2bed8f91e8
topotests: ignore env for pytest --collect-only

`--collect-only` does not run any tests, so bypass env checks for it.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/topotests/conftest.py