Highlights
- Pro
- 5 discussions answered
Block or Report
Block or report graingert
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
python-clamd Public
Clamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
-
-
-
django-static-libs Public
A set of static libraries packaged in handy django apps to speed up new applications and reduce duplicaiton.
-
sslstrip Public
Forked from moxie0/sslstrip
A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
2,274 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 6 commits in 1 repository
Created a pull request in dask/distributed that received 5 comments
avoid redundant cleanup fixture in gen_test tests
related to #6049
Closes #xxxx
Tests added / passed
Passes pre-commit run --all-files
gen_test calls with clean() and so makes the cleanup fixt…
Opened 6 other pull requests in 3 repositories
dask/distributed
1
closed
3
merged
kvesteri/sqlalchemy-utils
1
open
paramiko/paramiko
1
closed
Reviewed 10 pull requests in 5 repositories
dask/distributed
5 pull requests
paramiko/paramiko
2 pull requests
dependabot/dependabot-core
1 pull request
spulec/freezegun
1 pull request
encode/httpcore
1 pull request
Created an issue in dask/distributed that received 1 comment
enable xfail_strict=True - and stop using @pytest.mark.xfail for flaky tests
currently the general policy is to apply @pytest.mark.xfail to a flaky test that cannot be debugged. Unlike a skip the test is actually run, this t…