From 10e9bb9bf6e083827c49ddac5c50c8ba20fb062d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 12 May 2019 15:08:40 +0200 Subject: [PATCH] extract pipfile: move tests --- tests/{venv => }/pipfile/binder-folder-lock/Pipfile | 0 tests/{venv => }/pipfile/binder-folder-lock/Pipfile.lock | 0 tests/{venv => }/pipfile/binder-folder-lock/README.rst | 0 tests/{venv => }/pipfile/binder-folder-lock/binder/Pipfile | 0 tests/{venv => }/pipfile/binder-folder-lock/binder/Pipfile.lock | 0 tests/{venv => }/pipfile/binder-folder-lock/verify | 0 tests/{venv => }/pipfile/binder-folder/Pipfile | 0 tests/{venv => }/pipfile/binder-folder/README.rst | 0 tests/{venv => }/pipfile/binder-folder/binder/Pipfile | 0 tests/{venv => }/pipfile/binder-folder/verify | 0 tests/{venv => }/pipfile/environment-yml/Pipfile | 0 tests/{venv => }/pipfile/environment-yml/README.rst | 0 tests/{venv => }/pipfile/environment-yml/environment.yml | 0 tests/{venv => }/pipfile/environment-yml/verify | 0 tests/{venv => }/pipfile/pipfile-lock/Pipfile | 0 tests/{venv => }/pipfile/pipfile-lock/Pipfile.lock | 0 tests/{venv => }/pipfile/pipfile-lock/README.rst | 0 tests/{venv => }/pipfile/pipfile-lock/verify | 0 tests/{venv => }/pipfile/py36/Pipfile | 0 tests/{venv => }/pipfile/py36/Pipfile.lock | 0 tests/{venv => }/pipfile/py36/README.rst | 0 tests/{venv => }/pipfile/py36/runtime.txt | 0 tests/{venv => }/pipfile/py36/verify | 0 tests/{venv => }/pipfile/requirements-txt/Pipfile | 0 tests/{venv => }/pipfile/requirements-txt/README.rst | 0 tests/{venv => }/pipfile/requirements-txt/requirements.txt | 0 tests/{venv => }/pipfile/requirements-txt/verify | 0 tests/{venv => }/pipfile/setup-py-explicit/Pipfile | 0 tests/{venv => }/pipfile/setup-py-explicit/README.rst | 0 tests/{venv => }/pipfile/setup-py-explicit/dummy/__init__.py | 0 tests/{venv => }/pipfile/setup-py-explicit/setup.py | 0 tests/{venv => }/pipfile/setup-py-explicit/verify | 0 tests/{venv => }/pipfile/setup-py-implicit/Pipfile | 0 tests/{venv => }/pipfile/setup-py-implicit/README.rst | 0 tests/{venv => }/pipfile/setup-py-implicit/dummy/__init__.py | 0 tests/{venv => }/pipfile/setup-py-implicit/setup.py | 0 tests/{venv => }/pipfile/setup-py-implicit/verify | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename tests/{venv => }/pipfile/binder-folder-lock/Pipfile (100%) rename tests/{venv => }/pipfile/binder-folder-lock/Pipfile.lock (100%) rename tests/{venv => }/pipfile/binder-folder-lock/README.rst (100%) rename tests/{venv => }/pipfile/binder-folder-lock/binder/Pipfile (100%) rename tests/{venv => }/pipfile/binder-folder-lock/binder/Pipfile.lock (100%) rename tests/{venv => }/pipfile/binder-folder-lock/verify (100%) rename tests/{venv => }/pipfile/binder-folder/Pipfile (100%) rename tests/{venv => }/pipfile/binder-folder/README.rst (100%) rename tests/{venv => }/pipfile/binder-folder/binder/Pipfile (100%) rename tests/{venv => }/pipfile/binder-folder/verify (100%) rename tests/{venv => }/pipfile/environment-yml/Pipfile (100%) rename tests/{venv => }/pipfile/environment-yml/README.rst (100%) rename tests/{venv => }/pipfile/environment-yml/environment.yml (100%) rename tests/{venv => }/pipfile/environment-yml/verify (100%) rename tests/{venv => }/pipfile/pipfile-lock/Pipfile (100%) rename tests/{venv => }/pipfile/pipfile-lock/Pipfile.lock (100%) rename tests/{venv => }/pipfile/pipfile-lock/README.rst (100%) rename tests/{venv => }/pipfile/pipfile-lock/verify (100%) rename tests/{venv => }/pipfile/py36/Pipfile (100%) rename tests/{venv => }/pipfile/py36/Pipfile.lock (100%) rename tests/{venv => }/pipfile/py36/README.rst (100%) rename tests/{venv => }/pipfile/py36/runtime.txt (100%) rename tests/{venv => }/pipfile/py36/verify (100%) rename tests/{venv => }/pipfile/requirements-txt/Pipfile (100%) rename tests/{venv => }/pipfile/requirements-txt/README.rst (100%) rename tests/{venv => }/pipfile/requirements-txt/requirements.txt (100%) rename tests/{venv => }/pipfile/requirements-txt/verify (100%) rename tests/{venv => }/pipfile/setup-py-explicit/Pipfile (100%) rename tests/{venv => }/pipfile/setup-py-explicit/README.rst (100%) rename tests/{venv => }/pipfile/setup-py-explicit/dummy/__init__.py (100%) rename tests/{venv => }/pipfile/setup-py-explicit/setup.py (100%) rename tests/{venv => }/pipfile/setup-py-explicit/verify (100%) rename tests/{venv => }/pipfile/setup-py-implicit/Pipfile (100%) rename tests/{venv => }/pipfile/setup-py-implicit/README.rst (100%) rename tests/{venv => }/pipfile/setup-py-implicit/dummy/__init__.py (100%) rename tests/{venv => }/pipfile/setup-py-implicit/setup.py (100%) rename tests/{venv => }/pipfile/setup-py-implicit/verify (100%) diff --git a/tests/venv/pipfile/binder-folder-lock/Pipfile b/tests/pipfile/binder-folder-lock/Pipfile similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/Pipfile rename to tests/pipfile/binder-folder-lock/Pipfile diff --git a/tests/venv/pipfile/binder-folder-lock/Pipfile.lock b/tests/pipfile/binder-folder-lock/Pipfile.lock similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/Pipfile.lock rename to tests/pipfile/binder-folder-lock/Pipfile.lock diff --git a/tests/venv/pipfile/binder-folder-lock/README.rst b/tests/pipfile/binder-folder-lock/README.rst similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/README.rst rename to tests/pipfile/binder-folder-lock/README.rst diff --git a/tests/venv/pipfile/binder-folder-lock/binder/Pipfile b/tests/pipfile/binder-folder-lock/binder/Pipfile similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/binder/Pipfile rename to tests/pipfile/binder-folder-lock/binder/Pipfile diff --git a/tests/venv/pipfile/binder-folder-lock/binder/Pipfile.lock b/tests/pipfile/binder-folder-lock/binder/Pipfile.lock similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/binder/Pipfile.lock rename to tests/pipfile/binder-folder-lock/binder/Pipfile.lock diff --git a/tests/venv/pipfile/binder-folder-lock/verify b/tests/pipfile/binder-folder-lock/verify similarity index 100% rename from tests/venv/pipfile/binder-folder-lock/verify rename to tests/pipfile/binder-folder-lock/verify diff --git a/tests/venv/pipfile/binder-folder/Pipfile b/tests/pipfile/binder-folder/Pipfile similarity index 100% rename from tests/venv/pipfile/binder-folder/Pipfile rename to tests/pipfile/binder-folder/Pipfile diff --git a/tests/venv/pipfile/binder-folder/README.rst b/tests/pipfile/binder-folder/README.rst similarity index 100% rename from tests/venv/pipfile/binder-folder/README.rst rename to tests/pipfile/binder-folder/README.rst diff --git a/tests/venv/pipfile/binder-folder/binder/Pipfile b/tests/pipfile/binder-folder/binder/Pipfile similarity index 100% rename from tests/venv/pipfile/binder-folder/binder/Pipfile rename to tests/pipfile/binder-folder/binder/Pipfile diff --git a/tests/venv/pipfile/binder-folder/verify b/tests/pipfile/binder-folder/verify similarity index 100% rename from tests/venv/pipfile/binder-folder/verify rename to tests/pipfile/binder-folder/verify diff --git a/tests/venv/pipfile/environment-yml/Pipfile b/tests/pipfile/environment-yml/Pipfile similarity index 100% rename from tests/venv/pipfile/environment-yml/Pipfile rename to tests/pipfile/environment-yml/Pipfile diff --git a/tests/venv/pipfile/environment-yml/README.rst b/tests/pipfile/environment-yml/README.rst similarity index 100% rename from tests/venv/pipfile/environment-yml/README.rst rename to tests/pipfile/environment-yml/README.rst diff --git a/tests/venv/pipfile/environment-yml/environment.yml b/tests/pipfile/environment-yml/environment.yml similarity index 100% rename from tests/venv/pipfile/environment-yml/environment.yml rename to tests/pipfile/environment-yml/environment.yml diff --git a/tests/venv/pipfile/environment-yml/verify b/tests/pipfile/environment-yml/verify similarity index 100% rename from tests/venv/pipfile/environment-yml/verify rename to tests/pipfile/environment-yml/verify diff --git a/tests/venv/pipfile/pipfile-lock/Pipfile b/tests/pipfile/pipfile-lock/Pipfile similarity index 100% rename from tests/venv/pipfile/pipfile-lock/Pipfile rename to tests/pipfile/pipfile-lock/Pipfile diff --git a/tests/venv/pipfile/pipfile-lock/Pipfile.lock b/tests/pipfile/pipfile-lock/Pipfile.lock similarity index 100% rename from tests/venv/pipfile/pipfile-lock/Pipfile.lock rename to tests/pipfile/pipfile-lock/Pipfile.lock diff --git a/tests/venv/pipfile/pipfile-lock/README.rst b/tests/pipfile/pipfile-lock/README.rst similarity index 100% rename from tests/venv/pipfile/pipfile-lock/README.rst rename to tests/pipfile/pipfile-lock/README.rst diff --git a/tests/venv/pipfile/pipfile-lock/verify b/tests/pipfile/pipfile-lock/verify similarity index 100% rename from tests/venv/pipfile/pipfile-lock/verify rename to tests/pipfile/pipfile-lock/verify diff --git a/tests/venv/pipfile/py36/Pipfile b/tests/pipfile/py36/Pipfile similarity index 100% rename from tests/venv/pipfile/py36/Pipfile rename to tests/pipfile/py36/Pipfile diff --git a/tests/venv/pipfile/py36/Pipfile.lock b/tests/pipfile/py36/Pipfile.lock similarity index 100% rename from tests/venv/pipfile/py36/Pipfile.lock rename to tests/pipfile/py36/Pipfile.lock diff --git a/tests/venv/pipfile/py36/README.rst b/tests/pipfile/py36/README.rst similarity index 100% rename from tests/venv/pipfile/py36/README.rst rename to tests/pipfile/py36/README.rst diff --git a/tests/venv/pipfile/py36/runtime.txt b/tests/pipfile/py36/runtime.txt similarity index 100% rename from tests/venv/pipfile/py36/runtime.txt rename to tests/pipfile/py36/runtime.txt diff --git a/tests/venv/pipfile/py36/verify b/tests/pipfile/py36/verify similarity index 100% rename from tests/venv/pipfile/py36/verify rename to tests/pipfile/py36/verify diff --git a/tests/venv/pipfile/requirements-txt/Pipfile b/tests/pipfile/requirements-txt/Pipfile similarity index 100% rename from tests/venv/pipfile/requirements-txt/Pipfile rename to tests/pipfile/requirements-txt/Pipfile diff --git a/tests/venv/pipfile/requirements-txt/README.rst b/tests/pipfile/requirements-txt/README.rst similarity index 100% rename from tests/venv/pipfile/requirements-txt/README.rst rename to tests/pipfile/requirements-txt/README.rst diff --git a/tests/venv/pipfile/requirements-txt/requirements.txt b/tests/pipfile/requirements-txt/requirements.txt similarity index 100% rename from tests/venv/pipfile/requirements-txt/requirements.txt rename to tests/pipfile/requirements-txt/requirements.txt diff --git a/tests/venv/pipfile/requirements-txt/verify b/tests/pipfile/requirements-txt/verify similarity index 100% rename from tests/venv/pipfile/requirements-txt/verify rename to tests/pipfile/requirements-txt/verify diff --git a/tests/venv/pipfile/setup-py-explicit/Pipfile b/tests/pipfile/setup-py-explicit/Pipfile similarity index 100% rename from tests/venv/pipfile/setup-py-explicit/Pipfile rename to tests/pipfile/setup-py-explicit/Pipfile diff --git a/tests/venv/pipfile/setup-py-explicit/README.rst b/tests/pipfile/setup-py-explicit/README.rst similarity index 100% rename from tests/venv/pipfile/setup-py-explicit/README.rst rename to tests/pipfile/setup-py-explicit/README.rst diff --git a/tests/venv/pipfile/setup-py-explicit/dummy/__init__.py b/tests/pipfile/setup-py-explicit/dummy/__init__.py similarity index 100% rename from tests/venv/pipfile/setup-py-explicit/dummy/__init__.py rename to tests/pipfile/setup-py-explicit/dummy/__init__.py diff --git a/tests/venv/pipfile/setup-py-explicit/setup.py b/tests/pipfile/setup-py-explicit/setup.py similarity index 100% rename from tests/venv/pipfile/setup-py-explicit/setup.py rename to tests/pipfile/setup-py-explicit/setup.py diff --git a/tests/venv/pipfile/setup-py-explicit/verify b/tests/pipfile/setup-py-explicit/verify similarity index 100% rename from tests/venv/pipfile/setup-py-explicit/verify rename to tests/pipfile/setup-py-explicit/verify diff --git a/tests/venv/pipfile/setup-py-implicit/Pipfile b/tests/pipfile/setup-py-implicit/Pipfile similarity index 100% rename from tests/venv/pipfile/setup-py-implicit/Pipfile rename to tests/pipfile/setup-py-implicit/Pipfile diff --git a/tests/venv/pipfile/setup-py-implicit/README.rst b/tests/pipfile/setup-py-implicit/README.rst similarity index 100% rename from tests/venv/pipfile/setup-py-implicit/README.rst rename to tests/pipfile/setup-py-implicit/README.rst diff --git a/tests/venv/pipfile/setup-py-implicit/dummy/__init__.py b/tests/pipfile/setup-py-implicit/dummy/__init__.py similarity index 100% rename from tests/venv/pipfile/setup-py-implicit/dummy/__init__.py rename to tests/pipfile/setup-py-implicit/dummy/__init__.py diff --git a/tests/venv/pipfile/setup-py-implicit/setup.py b/tests/pipfile/setup-py-implicit/setup.py similarity index 100% rename from tests/venv/pipfile/setup-py-implicit/setup.py rename to tests/pipfile/setup-py-implicit/setup.py diff --git a/tests/venv/pipfile/setup-py-implicit/verify b/tests/pipfile/setup-py-implicit/verify similarity index 100% rename from tests/venv/pipfile/setup-py-implicit/verify rename to tests/pipfile/setup-py-implicit/verify