204 Commits
Author SHA1 Message Date
Shay Palachy 17d1b7cc9c Merge pull request #33 from jmrichardson/master
Update pickle_core.py
v1.4.3
2020-09-07 11:32:33 +03:00
jmrichardson d56ca0c42f Update pickle_core.py 2020-09-01 17:17:18 -04:00
Shay Palachy 4f6aff9af6 minor job naming fix 2020-04-26 16:40:17 +03:00
Shay Palachy dc49819978 at the moment - no idea how to test python 3.6.5 on macOS 2020-04-26 16:35:04 +03:00
Shay Palachy 87e92566f5 try testing with python3.7 on macOS on Travis 2020-04-26 16:25:16 +03:00
Shay Palachy 628f98e7c3 Merge pull request #20 from twinters/patch-1
Changed isAlive to is_alive
2020-03-20 15:24:31 +02:00
Shay Palachy 4adf5518c5 doc fix v1.4.2 2020-03-20 15:17:05 +02:00
Shay Palachy 63d3b6d6d7 hash_params documentation added 2020-03-20 15:08:54 +02:00
Shay Palachy aa735e108e Merge pull request #21 from amarczew/master
New callable param to deal with non hashable positional and/or keywords args
2020-03-20 14:16:58 +02:00
Alison Marczewski 17ed76a159 Creating tests for hash_params in get_entry methods (pickle and mongo cores) 2020-03-10 01:07:16 -03:00
Alison Marczewski b6cce34d0d Changing test_mongo_core test script for the new param 2020-03-08 17:31:20 -03:00
Alison Marczewski e99933b520 Creating a callable param (hash_params) to generate key when positional and/or keywords arguments are not hashable.
It can work as a workaround in scenarios that positional and keywords args are not hashable but one can be generated with a properly method for each case
2020-03-08 16:58:07 -03:00
Thomas Winters f7c6b0c614 Changed isAlive to is_alive
This removes the deprecation warning
2020-03-07 17:53:35 +01:00
Shay Palachy 012fe46cb1 testing on python 3.8 linux v1.4.1 2020-02-20 13:40:02 +02:00
Shay Palachy a0bd95167a dropped support for Python 2 2020-02-20 13:38:12 +02:00
Shay Palachy 0cbe7efcd1 playing around with pytest xml reports 2019-12-17 14:25:03 +02:00
Shay Palachy e6cd23f68c stopped tracking pipfiles 2019-12-17 14:03:57 +02:00
Shay Palachy e933a696d4 removed the .vscode folder 2019-12-10 16:20:52 +02:00
Shay Palachy 5f15026ba4 fixed deepsource.io issues 2019-12-09 17:21:56 +02:00
Shay Palachy f16b5680ce Merge pull request #15 from jaipradeesh/master
Update glob patterns in .deepsource.toml
2019-12-03 14:48:25 +02:00
Shay Palachy c8d20edbf2 cache_dir passes all tests v1.2.8 2019-12-03 14:47:22 +02:00
Shay Palachy 376aade8ae added cache_dir argument for custom cach dir paths 2019-12-03 14:39:54 +02:00
Shay Palachy 30d6f1451b added py3.8 trove classifier v1.2.7 2019-12-03 13:44:39 +02:00
Shay Palachy 8786caa99b try to fix bad_cache_file test 2019-12-03 13:36:42 +02:00
Shay Palachy 60e69083bf try to fix delete_cache_file test 2019-12-03 12:55:44 +02:00
Shay Palachy 263eba9250 small travis fix 2019-12-02 19:45:52 +02:00
Shay Palachy 15c182fe62 pip3 install fix for travis tests on macox 2019-12-02 19:20:58 +02:00
Shay Palachy c3d2da9e32 fixing more code issues 2019-09-07 12:35:19 +03:00
Shay Palachy ce6c2f57ee deepsource: Named lambda expression detected FLK-E731 (2) 2019-09-07 12:33:00 +03:00
Shay Palachy 0afa7e4854 adding test patterns 2019-09-07 12:32:05 +03:00
Shay Palachy f15b3102df deepsource: Named lambda expression detected FLK-E731 2019-09-07 12:31:02 +03:00
Jai Pradeesh 3c383c7bbb Update .deepsource.toml 2019-09-07 14:59:42 +05:30
Shay Palachy 5f6e3a6a98 fixing 2019-09-07 12:29:18 +03:00
Shay Palachy 4ea9df9c90 trying to ignore versionner in deepsource again X3 2019-09-07 12:26:10 +03:00
Shay Palachy b17dd0dd74 trying to ignore versionner in deepsource again X2 2019-09-07 12:25:51 +03:00
Shay Palachy 170fd26a33 trying to ignore versionner in deepsource again 2019-09-07 12:22:25 +03:00
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