Skip to content

Commit

Permalink
Merge pull request #905 from pytest-dev/release-3.3.0
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
nicoddemus committed May 12, 2023
2 parents 37b9dbd + f5b4a5d commit 4d230b6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@ name: test
on:
push:
branches:
- "*"
- master
- "test-me-*"

pull_request:
branches:
- "*"

# Cancel running jobs for the same workflow and branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

check-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5

test:

runs-on: ${{ matrix.os }}
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pytest-xdist 3.3.0 (2023-05-12)
===============================

Features
--------

- `#555 <https://github.com/pytest-dev/pytest-xdist/issues/555>`_: Improved progress output when collecting nodes to be less verbose.


pytest-xdist 3.2.1 (2023-03-12)
===============================

Expand Down
1 change: 0 additions & 1 deletion changelog/555.improvement.rst

This file was deleted.

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = pytest-xdist
description = pytest xdist plugin for distributed testing, most importantly across multiple CPUs
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
author = holger krekel and contributors
author_email = pytest-dev@python.org,holger@merlinux.eu
Expand Down

0 comments on commit 4d230b6

Please sign in to comment.