Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38dcf52ae6 | ||
|
|
f2633f1b37 |
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -40,7 +40,10 @@ jobs:
|
|||||||
python: "3.8"
|
python: "3.8"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
# Needed to fetch tags, which are required by setuptools-scm.
|
||||||
|
fetch-depth: 0
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
@@ -62,7 +65,10 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
# Needed to fetch tags, which are required by setuptools-scm.
|
||||||
|
fetch-depth: 0
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
pytest-xdist 3.0.1 (2022-10-25)
|
||||||
|
===============================
|
||||||
|
|
||||||
|
Trivial Changes
|
||||||
|
---------------
|
||||||
|
|
||||||
|
- `#830 <https://github.com/pytest-dev/pytest-xdist/issues/830>`_: Fixed failed deploy of ``3.0.0`` release.
|
||||||
|
|
||||||
|
|
||||||
pytest-xdist 3.0.0 (2022-10-24)
|
pytest-xdist 3.0.0 (2022-10-24)
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user