We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb92232 commit d7f61adCopy full SHA for d7f61ad
1 file changed
README.md
@@ -28,8 +28,9 @@ vim xonsh/environ.py
28
git add xonsh/environ.py
29
30
# Create test
31
+# Use `python -m pytest` to avoid using xonsh code from `site-packages` if xonsh was installed.
32
vim tests/environ.py
-pytest tests/environ.py
33
+python -m pytest tests/environ.py
34
35
# Live test
36
python -m xonsh --no-rc
0 commit comments