Put noxfile back

This commit is contained in:
Twangboy 2023-02-13 20:40:14 -07:00 committed by Pedro Algarvio
parent 80eb232364
commit f338519374

View file

@ -1796,7 +1796,7 @@ def test_pkgs(session):
"""
pytest pkg tests session
"""
_pkg_test(session, [], "pkg")
_pkg_test(session, ["pkg/tests"], "pkg")
@nox.session(python=_PYTHON_VERSIONS, name="test-upgrade-pkgs")