Commit Graph
134 Commits
Author SHA1 Message Date
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
Shay Palachy 296ca0db88 added python 3.7 trove classifier to setup.py 2018-10-17 14:07:18 +03:00
Shay Palachy 6cedf634ee Update README.rst 2018-10-17 14:06:32 +03:00
Shay Palachy e1a473bb42 added python 3.7 to testing 2018-10-17 14:03:44 +03:00
Shay Palachy 82a8a6e9bb Merge pull request #8 from MichaelRazum/master
Added RecalculationNeeded Exception
v1.2.3
2018-10-17 13:53:11 +03:00
mira 5210a0d12f added tests for mongo_core pending calculation 2018-10-16 23:54:17 +02:00
mira 8be1c81205 added tests 2018-10-16 23:00:58 +02:00
mira 0985483e7c Added RecalculationNeeded Exception 2018-10-14 19:19:40 +02:00
Shay Palachy 193f68d4b3 ignoring swap files v1.2.2 2017-11-26 15:48:10 +02:00
Shay Palachy 6524f1c5bc added license metadata to setup.cfg dor including in wheels' 2017-11-26 15:47:03 +02:00
Shay Palachy 45c8a3b5d9 Merge pull request #7 from mikeage/fix_wheel
Fix wheel creation
2017-11-26 14:44:54 +02:00
Mike Miller 3355fcf702 Fix bdist_wheel
Without this, attempting to build a wheel produces:
```bash
$ python setup.py bdist_wheel
/path/to/venv/lib/python2.7/site-packages/setuptools/dist.py:333: UserWarning: Normalizing '1.2.1.post.dev3' to '1.2.1.post0.dev3'
  normalized_version,
running bdist_wheel
error: invalid truth value ''
```
2017-11-26 14:32:42 +02:00
Shay Palachy 2931fe527e Update README.rst 2017-09-28 11:03:28 +03:00
Shay Palachy dfc10bafb3 Update README.rst 2017-07-13 20:44:48 +03:00
Shay Palachy b5e56148b1 Update README.rst 2017-04-27 10:48:29 +03:00
Shay Palachy fb202aaf3e safer timing for mongo being_calc test v1.2.1 2017-04-26 12:30:09 +03:00
Shay Palachy d1136ceaf0 added windows to platforms list v1.2.0 2017-04-26 12:18:58 +03:00
Shay Palachy 55ca9acfe5 Updated readme with Windows support. 2017-04-26 12:18:21 +03:00
Shay Palachy 0d24ffa5a9 Update README.rst 2017-04-26 12:14:07 +03:00
Shay Palachy 13c3ca756e fixed test v1.1.9 2017-04-26 11:50:23 +03:00
Shay Palachy d02d9850c6 fixed test 2017-04-26 11:45:52 +03:00
Shay Palachy 1d5114cd21 removed folder deletetion line - not needed and buggy on travis 2017-04-26 11:42:12 +03:00
Shay Palachy d62d6bd1c0 dependency fix and FileNotFoundError for python 2 2017-04-26 11:36:27 +03:00
Shay Palachy 88542cf8fb coverage upped to ~93% 2017-04-26 11:31:34 +03:00
Shay Palachy d10d720b3d depenedency fix v1.1.8 2017-04-25 01:04:08 +03:00
Shay Palachy a8b5641679 readme fixes v1.1.7 2017-04-25 00:58:22 +03:00
Shay Palachy 5e3462f5ac Update README.rst 2017-04-25 00:56:12 +03:00
Shay Palachy 9ba68115ce python 2.7 compatible mongo core tests v1.1.6 2017-04-25 00:39:04 +03:00
Shay Palachy b7641adeba import from future correctly now 2017-04-25 00:29:39 +03:00
Shay Palachy 9d1ed36c18 importint print function from future in python 2 2017-04-25 00:27:10 +03:00
Shay Palachy 949d625010 test collection per python version - to make parallet travis tests possible 2017-04-25 00:24:07 +03:00
Shay Palachy 8205645bec Merge branch 'master' of github.com:shaypal5/cachier
forgot to pull readme changes... :)
2017-04-25 00:12:25 +03:00
Shay Palachy 6039d383b1 mongo core test coverage at 100% 2017-04-25 00:12:12 +03:00
Shay Palachy 299440a428 Update README.rst
Small additions and fixes.
2017-04-22 20:25:14 +03:00
Shay Palachy a15ae4293c Merge pull request #3 from j-chad/patch-1
Fix Spelling And Grammar In README
2017-04-21 13:39:37 +03:00