mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
The files are not executable, tests should only be run via `pytest`, and some of them were incorrectly python2.
4 lines
55 B
Python
4 lines
55 B
Python
pytest_plugins = [
|
|
"direnv_project",
|
|
"root",
|
|
]
|