Skip to content

Commit 0ecd539

Browse files
committed
Missing pytest
1 parent 7239ca4 commit 0ecd539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
build-n-publish:
1111
name: Build and publish Python 🐍 distributions 📦 to PyPI
1212
runs-on: ubuntu-latest
13-
if: github.repository == 'astropy/pytest-doctestplus'
1413
if: (github.repository == 'astropy/sphinx-astropy' && (github.event_name == 'tags' || contains(github.event.pull_request.labels.*.name, 'Build wheels')))
1514

1615
steps:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ install_requires =
2727
pillow
2828

2929
[options.extras_require]
30-
all =
31-
astropy
30+
all = astropy
31+
tests = pytest
3232

3333
[options.package_data]
3434
sphinx_astropy = local/*

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ isolated_build = true
1010
[testenv]
1111
changedir = .tmp/{envname}
1212
description = run tests
13+
extras = tests
1314
deps =
1415
sphinx17: sphinx==1.7.*
1516
sphinx18: sphinx==1.8.*

0 commit comments

Comments
 (0)