Pavel Minaev
e94b71925a
Exclude vendored pydevd from PoliCheck.
2022-05-25 14:54:33 -07:00
Pavel Minaev
da25139b47
Increase timeout for code coverage in Windows tests.
2022-03-23 15:20:29 -07:00
Pavel Minaev
1a6c323599
Remove Python 3.6 support.
2022-03-23 15:20:29 -07:00
Pavel Minaev
420a206385
Drop Python 3.5 on all platforms, and Python 3.6 on macOS.
2022-02-24 12:57:56 -08:00
Pavel Minaev
4f12b1b47f
Remove Python 2.7 from supported implementations and update versions of test packages.
2022-02-24 12:57:56 -08:00
Pavel Minaev
f139ed7a67
Use the same displayName for all macOS jobs, regardless of pool used.
2021-11-03 19:00:57 -07:00
Pavel Minaev
fc67ea9e7d
Use macOS 10.14 to run tests for older Python versions on CI.
2021-11-03 19:00:57 -07:00
Pavel Minaev
eb53282508
Switch to MacOS 11 for CI.
2021-11-03 19:00:57 -07:00
Pavel Minaev
e25fc1dcca
Fix #677 : Enable CI for python 3.10
...
Fix #689 : test_django fails on py3.10
Re-enable Django tests on Python 3.10, and add it to CI runs.
2021-11-03 19:00:57 -07:00
Pavel Minaev
9ad731d3be
Run macOS tests in the macOS-10.14 pool to ensure that old Python versions are still available.
2021-10-08 11:53:44 -07:00
Karthik Nadig
edd84da7fa
formatting
2021-05-24 21:04:15 -07:00
Karthik Nadig
ddffe8cc00
Update test OS version
2021-05-24 21:03:02 -07:00
Pavel Minaev
8ec0a316e6
Use ubuntu-latest to run Linux tests on CI.
...
Update apt packages before trying to install gdb.
2021-05-04 13:10:13 -07:00
Pavel Minaev
ed8cc0b724
Update pipelines.yaml
...
Increase test timeout on Windows.
2021-02-22 12:51:06 -08:00
Karthik Nadig
c0243ca32e
Fix policheck issues
2020-09-03 17:04:18 -07:00
Pavel Minaev
4331cf54c0
Increase Azure pipelines timeout to 30 minutes.
2020-06-26 13:37:39 -07:00
Karthik Nadig
1fb970643b
Increase timeout to 20 minutes
2020-05-29 12:45:44 -07:00
Pavel Minaev
b6de4aced8
Increase timeout for CI code coverage on Windows.
2020-03-06 17:20:36 -08:00
Pavel Minaev
c14de79bb2
Fix #60 : CI: macOS agent image deprecated
...
Update all VM images to newer versions.
2020-03-06 17:20:36 -08:00
Karthik Nadig
892483ce59
Try better path pattern
2020-02-04 11:52:53 -08:00
Karthik Nadig
76d893aa57
Enable sonar cloud analysis
2020-02-01 10:27:37 -08:00
Karthik Nadig
7fe4f975bd
Fix more coverage issues.
2020-01-31 21:47:58 -08:00
Karthik Nadig
e66bcde7bb
Add timeouts
2020-01-31 17:46:47 -08:00
Karthik Nadig
180988e259
Merge pull request #31 from karthiknadig/coverage
...
Add mac code coverage
2020-01-31 16:38:09 -08:00
Karthik Nadig
cd42a1dbe9
Add mac code coverage
2020-01-31 16:32:54 -08:00
Karthik Nadig
a40fbf6fc9
Merge pull request #27 from karthiknadig/coverage
...
Fix more paths.
2020-01-31 14:03:51 -08:00
Karthik Nadig
f2e7e13de5
Fix more paths.
2020-01-31 14:01:52 -08:00
Karthik Nadig
193d9f8c84
Merge pull request #26 from karthiknadig/coverage
...
Fix paths.
2020-01-31 14:00:55 -08:00
Karthik Nadig
dbbcb410c2
Fix paths.
2020-01-31 13:50:26 -08:00
Karthik Nadig
435125ae7d
Merge pull request #25 from karthiknadig/coverage
...
Coverage for windows and linux
2020-01-31 13:43:39 -08:00
Karthik Nadig
f22b8e7edd
Coverage for windows and linux
2020-01-31 13:07:54 -08:00
Karthik Nadig
328a985895
Fix paths
2020-01-31 13:06:20 -08:00
Karthik Nadig
a6a9d04717
Rename test.yaml to pipelines.taml
2020-01-31 13:03:08 -08:00
Karthik Nadig
5b56605165
Move tests.yaml into azure-pipelines folder
2020-01-31 12:11:28 -08:00
Pavel Minaev
4e2abc6681
Tests and CI refactoring:
...
Use YAML templates for setting up Python and running tests.
Use matrix instead of separate jobs for Windows 32-bit and 64-bit runs.
Change --debugpy-logs to --debugpy-log-dir with explicit destination, and use that to capture and publish test logs in CI.
Delete logs for passed tests by default, and add --debugpy-log-passed to opt out.
2020-01-30 20:43:17 -08:00