Skip to content

Commit

Permalink
Avoid polluting tests/resources with a .nox directory (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jun 10, 2021
1 parent da48d3c commit 24fc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/noxfile_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
Expand Down

0 comments on commit 24fc263

Please sign in to comment.