From 1bba8673f4814a0d9585368dd1aa82f9ec0f1025 Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Thu, 10 Jun 2021 09:57:41 +0200 Subject: [PATCH] Avoid polluting tests/resources with a .nox directory --- tests/resources/noxfile_normalization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/noxfile_normalization.py b/tests/resources/noxfile_normalization.py index d1a07fe7..36a24880 100644 --- a/tests/resources/noxfile_normalization.py +++ b/tests/resources/noxfile_normalization.py @@ -7,7 +7,7 @@ class Foo: pass -@nox.session +@nox.session(venv_backend="none") @nox.parametrize( "arg", ["Jane", "Joe's", '"hello world"', datetime.datetime(1980, 1, 1), [42], Foo()],