Skip to content

noxfile.py ignores posargs #55

@Mahhheshh

Description

@Mahhheshh

CONTRIBUTING.md mentions a way to run a single test subset; but in the noxfile.py, the posargs are set to empty. This causes any arguments passed after -- to be discarded.
reference;

common_args = ["--disable-vcr"] if "--disable-vcr" in session.posargs else []

session.run(*test_args, *common_args, env=env)

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions