diff --git a/noxfile.py b/noxfile.py index a4fc7f5e4a..df1b523cb6 100644 --- a/noxfile.py +++ b/noxfile.py @@ -67,7 +67,7 @@ def coverage(session): """ session.install("-r", "requirements-test-full.txt", "./awkward-cpp", ".") session.run( - "pytest", "tests", "--cov=awkward", "--cov-report=xml", *session.posargs + "pytest", "--pdb", "tests", "--cov=awkward", "--cov-report=xml", *session.posargs )