mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
6 lines
79 B
Python
6 lines
79 B
Python
#!/usr/bin/env python3
|
|
|
|
pytest_plugins = [
|
|
"direnv_project",
|
|
"root",
|
|
]
|