graingert / python-clamd

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.
82 stars 39 forks source link

Feature add fdscan #25

Open GreatBahram opened 3 years ago

GreatBahram commented 3 years ago

19

GreatBahram commented 3 years ago

I wanted to add Github actions, then I spotted you're working on it...

GreatBahram commented 3 years ago

HI @graingert, I tried to add GitHub actions to run the test cases, but it fails because the Unix socket is not available, how did you solve this problem in tox?

GreatBahram commented 3 years ago

The only solution I had in mind was waiting, so I added a 25-second wait time (at most), and also spotted EICAR signature name has changed, so I updated that as well.