From 1c8b7f98147ebbd201f6dae0e53fb39e8f207ccd Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Wed, 28 Dec 2022 15:47:40 +0100 Subject: [PATCH] Remove pytest-pypi from pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c0eb6cd..44ac5502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ exclude = ''' | pipenv/vendor | pipenv/patched | tests/pypi - | tests/pytest-pypi | tests/test_artifacts | get-pipenv.py | pyproject.toml @@ -66,7 +65,6 @@ norecursedirs = [ "tasks", "docs", "tests/test_artifacts", - "tests/pytest-pypi", "tests/pypi", "peeps", ]