Skip to content

Commit

Permalink
Merge pull request #275 from zopefoundation/dataflake/add_latest_setu…
Browse files Browse the repository at this point in the history
…ptools_test

Add a tox environment that uses setuptools development code
  • Loading branch information
dataflake authored Sep 3, 2024
2 parents acd39fc + 585a041 commit e881775
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 e881775

Please sign in to comment.