From 30de0fee8e0f383ce936400a93592db8f8fa44d8 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 18 Feb 2020 22:04:01 -0500 Subject: [PATCH] chore(ci): remove bats testing references In #282 the test suite was ported from BATS to TAPE. Signed-off-by: Mike Fiedler --- circle.yml | 5 ----- test.js | 4 ---- 2 files changed, 9 deletions(-) diff --git a/circle.yml b/circle.yml index ef3ec251..5741c743 100644 --- a/circle.yml +++ b/circle.yml @@ -16,11 +16,6 @@ jobs: ./configure make sudo make altinstall - # install bats - - run: | - git clone https://github.com/sstephenson/bats.git - cd bats - sudo ./install.sh /usr/local # other deps - run: sudo apt -y update && sudo apt -y install python-pip python2.7 curl unzip # upgrade python3.6 pip to latest diff --git a/test.js b/test.js index 987c862c..cda0a614 100644 --- a/test.js +++ b/test.js @@ -221,10 +221,6 @@ test('py3.6 can package flask with slim option', t => { t.end(); }); -/* - * News tests NOT in test.bats - */ - test('py3.6 can package flask with slim & slimPatterns options', t => { process.chdir('tests/base');