Unskip python 3.12 remote tests

This commit is contained in:
Adriane Boyd 2023-11-06 09:43:07 +01:00
parent c096c5c0c9
commit d535207737

View File

@ -214,9 +214,6 @@ def test_project_clone(options):
assert (out / "README.md").is_file() assert (out / "README.md").is_file()
@pytest.mark.skipif(
sys.version_info >= (3, 12), reason="Python 3.12+ not supported for remotes"
)
def test_project_push_pull(project_dir): def test_project_push_pull(project_dir):
proj = dict(SAMPLE_PROJECT) proj = dict(SAMPLE_PROJECT)
remote = "xyz" remote = "xyz"