From 6bdf12319b0d38ae70f938c8fcbc3db18d29ecc7 Mon Sep 17 00:00:00 2001 From: Aaron Virshup Date: Thu, 2 Nov 2017 22:24:25 -0500 Subject: [PATCH] path object issues --- test/test_features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_features.py b/test/test_features.py index 91a5064..734db4f 100644 --- a/test/test_features.py +++ b/test/test_features.py @@ -57,6 +57,7 @@ def test_ignore_directory(img6): def test_dockerfile_write(tmpdir): + tmpdir = str(tmpdir) run_docker_make('-f data/write.yml -p -n --dockerfile-dir %s writetarget' % tmpdir) assert os.path.isfile(os.path.join(tmpdir, 'Dockerfile.writetarget'))