Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
feat: add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 23, 2024
1 parent 82f39d6 commit 7c6fce3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[tox]
envlist = py{38}
envlist = py{38, 312}
skip_missing_interpreters = True

[testenv]
deps =
pytest
pytest
-r{toxinidir}/requirements/testing.txt
allowlist_externals=pytest
commands=pytest {posargs:-n auto}
setenv =
allowlist_externals = pytest
commands = pytest {posargs:-n auto}
setenv =
AWS_DEFAULT_REGION=us-east-1

[pytest]
addopts = --cov tubular --cov-report term-missing --cov-report xml
norecursedirs = .* requirements
testpaths =
testpaths =
tests

0 comments on commit 7c6fce3

Please sign in to comment.