nix-direnv/tests/conftest.py
Andrew Marshall 857bcd5c4f Remove unneeded shebangs from test files
The files are not executable, tests should only be run via `pytest`, and
some of them were incorrectly python2.
2023-04-14 12:43:34 -04:00

4 lines
55 B
Python

pytest_plugins = [
"direnv_project",
"root",
]