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');