From 0e78a15d91bbb4b8d5bc97460f8165b4aee5b044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 4 Oct 2021 11:03:41 +0100 Subject: [PATCH] PR Feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- codecov.yml | 10 ---------- .../create/via_global_ref/builtin/pypy/pypy3.py | 2 -- 2 files changed, 12 deletions(-) diff --git a/codecov.yml b/codecov.yml index f2bf9ccc5..c0216da3f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,4 @@ coverage: - wait_for_ci: yes status: patch: default: @@ -7,15 +6,6 @@ coverage: comment: false # do not comment PR with the result -coverage: - precision: 3 - round: down - range: 80..90 - status: - project: no - patch: no - changes: no - ignore: - "src/virtualenv/create/via_global_ref/builtin/python2/site.py" - "src/virtualenv/create/via_global_ref/_virtualenv.py" diff --git a/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py b/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py index ee1457490..3524f55ca 100644 --- a/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py +++ b/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py @@ -5,8 +5,6 @@ from six import add_metaclass from virtualenv.create.describe import PosixSupports, Python3Supports, WindowsSupports -from virtualenv.create.via_global_ref.builtin.ref import PathRefToDest -from virtualenv.util.path import Path from .common import PyPy