Commit Graph

24 Commits

Author SHA1 Message Date
cis-kuldeep 8b6f9853cd Merge branch 'cis-kuldeep/v0.6' of https://git.bitmessage.org/cis-kuldeep/PyBitmessage-2021-04-27 into cis-kuldeep/v0.6 2021-04-27 22:54:58 +05:30
Dmitri Bogomolov e77238fa07
Support tox and request more warnings:
- make separate tests runner - tests.py; python setup.py test still works
  - tox.ini with coverage config
  - -b: issue warnings about comparing bytearray with unicode
  - export PYTHONWARNINGS=all on stage install
2021-02-18 17:12:43 +02:00
Dmitri Bogomolov 2bddae511a
Fixed some mistakes in tor dependent tests and marked them
for skipping until the finish of debug.
2020-01-04 14:28:45 +02:00
Dmitri Bogomolov a7cfe5ba32
Try to test with tor 2019-09-25 18:55:01 +03:00
shikhar.s aaf1af6c59 chage in unit test 2019-08-29 16:27:06 +05:30
shikhar.s 432b8aafc5 changes in file and environment 2019-08-28 19:30:59 +05:30
shikhar.s fb1ad71265 change in req adding radon 2019-08-28 14:21:04 +05:30
shikhar.s 2b00970070 change in req.txt 2019-07-04 21:21:38 +05:30
shikhar.s 44d849263d change in pathlib 2019-07-04 21:18:43 +05:30
shikhar.s 934c6ce978 change 2019-07-04 21:07:51 +05:30
shikhar.s 9585362d36 depndencies change 2019-07-04 21:04:54 +05:30
shikhar.s 391fe5446a req change 2019-07-04 20:59:47 +05:30
shikhar.s 1b4009812f change in req 2019-07-04 20:56:56 +05:30
shikhar.s 546f168d08 change in requirement 2019-07-04 20:09:36 +05:30
shikhar.s 49cb0a69e0 change in jenkins file 2019-07-04 19:57:07 +05:30
Dmitri Bogomolov e163137893
Added pycrypto fallback for RIPEMD160 hash function 2019-04-22 12:53:59 +03:00
Dmitri Bogomolov c49c131929
New test case class hierarchy:
- TestProcessProto has common setUpClass and tearDownClass methods
  - TestProcess is for testing the PyBitmessage process (using psutil)
2018-10-22 17:18:23 +03:00
coffeedogs 3b75d900f6
Added: Sphinx docs, testing readthedocs integration
* Added: Sphinx configuration including readthedocs config
 * Added: Sphinx fabric task to auto-document the project
 * Fixed: Some issues in the code causing autodoc to fail when parsing
 * Added: Manual docs - structure, proof of concepts and RsT examples
 * Fixed: RsT formatting in docstrings
 * Fixed: Some adjacent minor style and lint issues
2018-06-13 10:07:45 +01:00
coffeedogs 6bb5b32b6a
Added: Support installing system dependencies of optional extra_requires components 2018-05-19 15:30:05 +01:00
Dmitri Bogomolov c5462a00cc
Changes in Travis CI config: install pybitmessage and python_prctl 2018-04-05 13:48:13 +03:00
Peter Šurda b1ac9c6faf
Update requirements.txt and .travis.yml
- requirements update
2018-03-29 11:23:50 +02:00
Peter Šurda d3d484dc08
Remove pyopencl from requirements.txt
- travis-ci builds pyopencl from source, which fails due to missing
  OpenCL headers
2018-03-29 10:31:10 +02:00
Peter Šurda 8bf533802b
Remove pyqt4 from requirements.txt
- pip doesn't contain pyqt4
2018-03-29 10:28:09 +02:00
Peter Šurda 0790a33fbf
Add travis.yml and requirements.txt
- these are very minimalistic, with input from @g1itch, @sigoa and
  @venkateshpitta
2018-03-29 10:10:18 +02:00