From 2e8c3159e5cf60d94f3077390834af6fa0f150ef Mon Sep 17 00:00:00 2001 From: pgajdos Date: Fri, 23 Oct 2020 12:59:15 +0200 Subject: [PATCH] fix pytest argument --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a7a58ea35..288fd6b5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,4 +29,4 @@ install: - cmd: pip install .[test] test_script: - - pytest -v notebook --exclude-dir notebook\tests\selenium + - py.test -v notebook --ignore notebook\tests\selenium