Commit Graph
168 Commits
Author SHA1 Message Date
Shay Palachy 9167b796c9 passing python2 tests: from __future__ import print_function 2019-09-07 12:19:48 +03:00
Shay Palachy b6ac1bb191 ignoring versioneer in deepsource + retryWrites=False in MongoClient constructor 2019-09-07 11:45:45 +03:00
Shay Palachy a2ea13256e Create .deepsource.toml 2019-09-07 11:26:12 +03:00
Shay Palachy 40cd1215a9 more verbose pytest 2019-07-18 15:51:13 +03:00
Shay Palachy 225060ad73 testing dev python versions on linux - they're allowed to fail 2019-07-17 14:41:53 +03:00
Shay Palachy 4b647dbc13 tests fix 2019-07-16 16:00:48 +03:00
Shay Palachy eb40de16bc add python3.5 on macOS 2019-07-16 15:46:49 +03:00
Shay Palachy 18d4ff32e2 fix 2.7 on OSX 2019-07-15 19:50:26 +03:00
Shay Palachy 38fb26fc25 simplfying OSX 2.7 job 2019-07-15 18:28:58 +03:00
Shay Palachy 0e2aceaf79 cleaner .travis.yml 2019-07-15 08:58:06 +03:00
Shay Palachy 2d511dd842 do we need sudo? 2019-07-15 08:52:02 +03:00
Shay Palachy 9f01d89cd2 python -m codecov -> codecov 2019-07-14 14:43:39 +03:00
Shay Palachy 4aa07fc212 do I need python -m pytest? 2019-07-14 14:34:06 +03:00
Shay Palachy d404f880dd readme update [ci-skip] v1.2.6 2019-07-14 13:52:37 +03:00
Shay Palachy f59ebabbff who needs special pymongo installations? 2019-07-14 13:39:17 +03:00
Shay Palachy 69cdc46501 python 3.7 back again 2019-07-14 13:34:01 +03:00
Shay Palachy d86937bdae 3.7? 2019-07-14 12:07:41 +03:00
Shay Palachy 6a5a1acd3f do i really need install -U pytest? 2019-07-14 12:00:00 +03:00
Shay Palachy 1c3a6aea38 why do python 2.7 needs speacial install? 2019-07-14 11:36:29 +03:00
Shay Palachy 41c17852fd fix tests 2 2019-07-14 00:28:57 +03:00
Shay Palachy 363b1a41ae fix tests 2019-07-13 23:32:03 +03:00
Shay Palachy 48d1359941 trying to fix mac 2.7 tests again 2 2019-07-13 20:29:12 +03:00
Shay Palachy d9eebed0c0 trying to fix mac 2.7 tests again 2019-07-13 20:27:42 +03:00
Shay Palachy 48ddb2df6d trying to fix mac 2.7 tests 2019-07-13 20:22:39 +03:00
Shay Palachy 28001c5905 trying to fix mac tests 2019-07-13 20:16:31 +03:00
Shay Palachy 98101ce79f fixing python versions 3 2019-07-13 19:53:42 +03:00
Shay Palachy 9100c4004f fixing python versions 2019-07-13 19:41:22 +03:00
Shay Palachy 710803a510 travis - python 3.5 on windows 2019-07-13 18:48:10 +03:00
Shay Palachy 32ac29a7bd trying python 3.6 on windows 2019-07-13 16:36:42 +03:00
Shay Palachy 21d8c40caa trying to test python 2.7 on windows 2019-07-13 16:32:52 +03:00
Shay Palachy ff44c0f182 not upgrading pip on osx with python 2.7 2019-07-13 16:30:10 +03:00
Shay Palachy 0572705d15 softer requirement for test_bad_cache_file 2019-07-13 16:20:43 +03:00
Shay Palachy 2f2547cd06 more versions 2019-07-13 16:07:39 +03:00
Shay Palachy abf467a047 trying to test python 2.7 on osx 2019-07-13 15:58:31 +03:00
Shay Palachy 373d3664e2 allowing ox and windows fails 2 2019-07-13 15:46:56 +03:00
Shay Palachy aa3cd4850e allowing ox and windows fails, and fast_finish 2019-07-13 15:38:50 +03:00
Shay Palachy cf9df66e02 trying to fix osx and windows tests 2 2019-07-13 15:20:05 +03:00
Shay Palachy 02de39e326 trying to fix osx and windows tests 2019-07-13 15:17:25 +03:00
Shay Palachy 7b50f5c5e9 fixing travis tests 2019-07-13 15:09:04 +03:00
Shay Palachy 9d39d92f5b Merge branch 'master' of github.com:shaypal5/cachier
forgot to pull before commits
2019-07-13 14:56:13 +03:00
Shay Palachy 7afd0cd4f4 added windows and osx tests 2019-07-13 14:56:03 +03:00
Shay Palachy fa32877b4d Update README.rst 2019-06-03 16:33:51 +03:00
Shay Palachy 998233b97b trying to make test_stale_after_next_time pass consistently on python 2.7 v1.2.5 2019-01-29 13:00:23 +02:00
Shay Palachy 8c47550486 cleaned up test code, added pymongo to test dependencies 2019-01-29 12:53:17 +02:00
Shay Palachy a2484ed85a pymongo import error suppress 2019-01-29 12:41:39 +02:00
Shay Palachy f997ad93fe Merge pull request #12 from mayli/pip10
Avoid using pip internal function to make cachier work on pip>=10
2019-01-29 12:36:56 +02:00
Mengyang Li 069fb6ae68 update pytest to latest as well 2019-01-28 16:48:35 -08:00
Mengyang Li 9482e23878 upgrade pip to latest in .travis.yml 2019-01-28 16:38:09 -08:00
Mengyang Li 6d45f371cb drop usage of pip internal functions
pip>=10 moved those internal functions to _internal. for python2.7 we can
install futures from extras_require to avoid accessing those internal
functions.
2019-01-28 16:19:56 -08:00
Shay Palachy 8c6c1b3af6 Merge branch 'master' of github.com:shaypal5/cachier
for got to merge readme changes
v1.2.4
2018-10-17 14:07:25 +03:00