Skip to content

Commit

Permalink
Merge branch 'master' into dataflake/pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake authored Sep 3, 2024
2 parents e46a864 + e881775 commit cfcd2e7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/default/tox-testenv.j2
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ extras =
{% for line in testenv_additional %}
%(line)s
{% endfor %}

[testenv:setuptools-latest]
basepython = python3
deps =
git+https://github.com/pypa/setuptools.git\#egg=setuptools
{% for line in testenv_deps %}
%(line)s
{% endfor %}
10 changes: 10 additions & 0 deletions config/toolkit/tox.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ commands =
{% for line in testenv_additional %}
%(line)s
{% endfor %}

[testenv:setuptools-latest]
basepython = python3
deps =
git+https://github.com/pypa/setuptools.git\#egg=setuptools
zc.buildout >= 3.1
wheel > 0.37
{% for line in testenv_deps %}
%(line)s
{% endfor %}
{% include 'tox-lint.j2' %}
{% if with_docs %}

Expand Down
10 changes: 10 additions & 0 deletions config/zope-product/tox.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ commands =
%(line)s
{% endfor %}

[testenv:setuptools-latest]
basepython = python3
deps =
git+https://github.com/pypa/setuptools.git\#egg=setuptools
zc.buildout >= 3.1
wheel > 0.37
{% for line in testenv_deps %}
%(line)s
{% endfor %}

{% include 'tox-lint.j2' %}
{% include 'tox-docs.j2' %}

Expand Down

0 comments on commit cfcd2e7

Please sign in to comment.