Skip to content

Commit

Permalink
Add tests and linting to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya committed May 30, 2024
1 parent c1daa5c commit 5dd7f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def lint(session):
# session.run("pylint", f"{_python_app_dir}", "--extension-pkg-allow-list=")


@nox.session(python=["3.10", "3.11", "3.12"])
# @nox.session(python=["3.10", "3.11", "3.12"])
@nox.session(python=["3.10"])
def test(session):
session.install("-r", _requirements_tests)
session.install("-r", _requirements_app)
Expand Down

0 comments on commit 5dd7f0a

Please sign in to comment.