Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down