05acf7ad37
Merge branch 'windows-test' into ci-testing-windows
2021-07-06 20:38:29 +03:00
9f6b051c48
Merge branch 'windows-binary' into ci-testing-windows
2021-07-06 20:38:21 +03:00
e0df8d7f6d
Run on os: [windows-latest]
2021-07-06 20:22:03 +03:00
598bfd368a
Setup a github workflow for python testing
2021-07-06 20:13:44 +03:00
cc113eb9b9
Also change OPENSSL_DIR to windows path for 32b build
2021-07-06 19:46:59 +03:00
1daf6100be
Download and install vcpython27 for WINEARCH=win32
2021-07-06 19:46:59 +03:00
b83c51c752
Experimental 32bit build with pyd instead of dll
2021-07-06 19:46:59 +03:00
f3e2771bc2
PyInstaller package: use OPENSSL_DIR and bitmsghash.pyd if no dll
2021-07-06 19:46:59 +03:00
4858d26bee
Workaround https://bugs.python.org/issue19528
2021-07-06 19:40:51 +03:00
52470cd002
Use xvfb only on Linux with xvfbwrapper
2021-07-04 19:48:28 +03:00
02b6707582
Move _fixSocket from bitmessagemain to helper_startup,
...
so it can be used in test_networkgroup.
2021-07-04 19:48:22 +03:00
02b2bfdfd0
Make it possible to build and use ext on windows
...
- change ext attributes and c source for windows allowing to build pyd
- remove trailing slashes in data_files
- try to load pyd in proofofwork by ctypes.PyDLL()
2021-06-29 15:43:43 +03:00
2eb1293c4b
python_prctl is only for linux, so
...
- make requirements platform dependent
- skip test_process_name in TestProcess
2021-06-29 14:25:20 +03:00
bfad6cf69d
AppImage build script ( fixes : #1450 )
2021-06-29 13:21:55 +03:00
6463a4833a
AppImage recipe
2021-06-29 13:21:23 +03:00
73c7a09cb9
Skip test_sqlthread in python3; place noqa globally for flake8
...
and on each import to suppress pycodestyle warnings.
2021-06-18 18:49:36 +03:00
199b8c8ea5
Revert hidden import in tr, try python2 imports first
2021-06-18 18:20:32 +03:00
7b84c396fb
Revert hidden import of pyelliptic.openssl in helper_random
2021-06-18 18:20:32 +03:00
1219358c38
Checkup application files in the src dir after tests ( closes : #1765 )
2021-06-18 18:20:06 +03:00
b1a0a54d56
Remove bikeshed from the new sqlthread test case
2021-06-18 18:19:48 +03:00
583ed2151d
Make test_onionservicesonly() more predictable:
...
- load knownnodes from test_bootstrap() before check
- generate fake onion nodes if still have not enough
2021-06-14 20:01:50 +03:00
8cdc934efd
Dry run built 32bit exe in buildscripts/winbuild.sh
2021-06-14 18:07:55 +03:00
132b413f6e
Exclude tests package from exe
2021-06-07 18:30:31 +03:00
ec2143f9f4
signed commit
2021-06-04 23:24:05 +05:30
3ac8f15ff1
fixed absolute imports
2021-06-04 23:24:04 +05:30
1ef6b34e93
ported test_randomtrackingdict to python3
2021-06-04 23:24:02 +05:30
16a11775e8
Add python-six dependency to Build-Depends in stdeb.cfg
2021-05-13 16:43:35 +03:00
bb144d78f6
Reverting some strange logic and formatting. Insted use six
...
- to replace basestring with compatible type
- for unified configparser import
2021-05-02 18:15:08 +03:00
d5666f7ffc
Revert hidden imports in queues ( Fixes : #1758 )
2021-05-01 01:13:27 +03:00
64d2a831c4
Fix line break after binary operator in proxy
2021-04-29 17:44:01 +03:00
1ad86bcb5b
Init uploadChunk and downloadChunk in AdvancedDispatcher
2021-04-29 17:44:00 +03:00
8cf0a0bb46
Move initialization of connectedAt to AdvancedDispatcher
2021-04-29 17:44:00 +03:00
2c6f3c2fe1
Formatted lines for PEP8 in network.tls, removed stale comments
2021-04-29 17:44:00 +03:00
3f63278468
Done PEP8 formatting in network.bmproto ( Fixes : #1703 )
2021-04-29 17:44:00 +03:00
49f9620236
Add sqlite functions while versioning
2021-04-26 18:30:55 +05:30
f5fba7d1a8
update changes and rename file name
2021-04-06 13:04:44 +05:30
f075d27fae
add dot in importing
2021-04-05 19:08:10 +05:30
1b8dc18ef6
remove functions imports
2021-04-05 18:28:26 +05:30
06cab993d9
Fix configparser import error
2021-04-01 21:06:22 +05:30
6f9b66ddff
Qt test for UDP setting
2021-03-01 19:55:48 +02:00
79efacffb1
Replaced lost UDPSocket.maxTimeOffset by constants.MAX_TIME_OFFSET
...
Closes : #1696
2021-03-01 19:55:47 +02:00
6ee6989df2
A minimal test for UDP. Restore expected default settings in tearDown().
2021-03-01 19:55:30 +02:00
5f9d507717
announceInterval is for AnnounceThread, not UDPSocket
2021-02-22 19:56:24 +02:00
6168d63699
Replace formatting socket.error by exc_info in network.udp
2021-02-22 19:56:24 +02:00
8ff8e0e2cb
Make it possible to disable UDP announcing in settings
2021-02-22 19:56:23 +02:00
ef849d2dd3
Handle old psutil in TestProcess
2021-02-18 17:15:56 +02:00
d8cf148d4a
Replaced print operator by print function in network.asyncore_pollchoose
...
and unmaintained modules.
2021-02-18 17:15:56 +02:00
2fe2f17688
Don't run tests when build deb
2021-02-18 17:15:56 +02:00
671df69303
Work around deprecation of platform.dist() in recent python
2021-02-18 17:15:56 +02:00
81645eadef
Remove import from debug from openclpow, remove shebang, format
2021-02-18 17:15:56 +02:00