diff --git a/.cruft.json b/.cruft.json index 2a355da..b15a471 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,15 +1,10 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "975f2699be47268f322e93822b11a3e59460b1be", + "commit": "f0e771381438c1364bc195a21d5a10ed99f9ebc6", "checkout": null, "context": { "cookiecutter": { "plugin_name": "webhdfs", - "_copy_without_render": [ - ".github/workflows/tests.yaml", - ".github/workflows/update-template.yaml", - ".github/workflows/release.yaml" - ], "_template": "https://github.com/iterative/cookiecutter-dvc-plugin" } }, diff --git a/setup.cfg b/setup.cfg index 7d77530..ed87307 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ kerberos = requests-kerberos==0.13.0 tests = wheel==0.37.0 - dvc + dvc[testing] # Test requirements pytest==6.2.5 pytest-cov==3.0.0