Skip to content

Commit 995bb19

Browse files
committed
Remove dateutil s
1 parent 29fd890 commit 995bb19

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/test_and_publish.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'v*'
9-
- '!*dev*'
10-
- '!*pre*'
11-
- '!*post*'
8+
- "v*"
9+
- "!*dev*"
10+
- "!*pre*"
11+
- "!*post*"
1212
pull_request:
1313
# Allow manual runs through the web UI
1414
workflow_dispatch:
@@ -49,15 +49,13 @@ jobs:
4949
- linux: py312-test-mpldev-pytestdev
5050
- linux: py39-test-mpl33-pytest62
5151
- linux: py38-test-mpl31-pytest54
52-
coverage: 'codecov'
52+
coverage: "codecov"
5353

5454
publish:
5555
if: github.event_name != 'pull_request'
5656
needs: [test]
5757
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
5858
with:
5959
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
60-
# Remove python-version when python-dateutil >2.8.2
61-
python-version: "3.11"
6260
secrets:
6361
pypi_token: ${{ secrets.pypi_password }}

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ setenv =
1919
changedir = .tmp/{envname}
2020
description = run tests
2121
deps =
22-
py312: git+https://github.com/dateutil/dateutil.git#egg=python-dateutil
2322
mpl20: matplotlib==2.0.*
2423
mpl20: nose
2524
mpl21: matplotlib==2.1.*

0 commit comments

Comments
 (0)