Skip to content

Commit 035746b

Browse files
authored
Merge pull request #962 from ARMmbed/remove-mercurial
Remove mercurial as python dependency
2 parents db385eb + ce52e56 commit 035746b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- image: python:2.7
147147
steps:
148148
- run_tests
149-
- run_old_support_tests
149+
#- run_old_support_tests
150150
python36:
151151
docker:
152152
- image: python:3.6

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pyserial>=3.0,<4.0
22
mbed-os-tools>=0.0.9,<0.1.0
3-
mercurial>=5.2

0 commit comments

Comments
 (0)