Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Tags: unflakable/unflakable-python

Tags

pytest-0.2.0

Toggle pytest-0.2.0's commit message
Support PyTest 8.x

pytest-0.1.7

Toggle pytest-0.1.7's commit message
Bump version to 0.1.7

pytest-0.1.6

Toggle pytest-0.1.6's commit message
Bump version to 0.1.6

pytest-0.1.5

Toggle pytest-0.1.5's commit message
Fix PyTest plugin when xdist is not installed

The pytest_configure_node() hook is only allowed when xdist
is installed. This also updates the tests to run with and
without xdist.

pytest-0.1.4

Toggle pytest-0.1.4's commit message
Officially support Python 3.11

pytest-0.1.3

Toggle pytest-0.1.3's commit message
Add `py` package as explicit dev dependency

It appears that this was previously a transitive dependency of
one of the other packages installed in the tox environment, but is
no longer (most likely due to the package being deprecated). This
plugin only depends on the package for mypy typing and for backward
compatibility with versions of PyTest prior to 7.0.

pytest-0.1.2

Toggle pytest-0.1.2's commit message
Add MANIFEST.in to include README

pytest-0.1.1

Toggle pytest-0.1.1's commit message
Publish package README and bump version to 0.1.1

pytest-0.1.0

Toggle pytest-0.1.0's commit message
Fix CI publish condition