Skip to content
Snippets Groups Projects
Commit f2f527b0 authored by magicfelix's avatar magicfelix
Browse files

Adjust pyproject and tox configuration

parent bbfa7802
No related branches found
No related tags found
Loading
......@@ -23,14 +23,18 @@ classifiers = [
"Topic :: Education"
]
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
priority = "supplemental"
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^3.0"
python = "^3.10"
aleksis-core = "^4.0.0.dev13"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
......
......@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py39,py310,py311
[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment