Remove unnecessary skipif and changelog
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
Fix test_config_initialization not being skipped correctly on pytest-4
|
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
|
||||||
import textwrap
|
import textwrap
|
||||||
from pkg_resources import parse_version
|
|
||||||
|
|
||||||
import py
|
import py
|
||||||
import pytest
|
import pytest
|
||||||
@@ -578,10 +576,6 @@ def test_fixture_teardown_failure(testdir):
|
|||||||
assert result.ret
|
assert result.ret
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(
|
|
||||||
parse_version(pytest.__version__) < parse_version("5"),
|
|
||||||
reason="Only available in pytest 5.0+",
|
|
||||||
)
|
|
||||||
def test_config_initialization(testdir, monkeypatch, pytestconfig):
|
def test_config_initialization(testdir, monkeypatch, pytestconfig):
|
||||||
"""Ensure workers and master are initialized consistently. Integration test for #445"""
|
"""Ensure workers and master are initialized consistently. Integration test for #445"""
|
||||||
testdir.makepyfile(
|
testdir.makepyfile(
|
||||||
|
|||||||
Reference in New Issue
Block a user