You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: testPolicy (testpolicy.PolicyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/tmp/portage/dev-python/pymilter-1.0.5/work/pymilter-pymilter-1.0.5/testpolicy.py", line 26, in testPolicy
with MTAPolicy('[email protected]',conf=self.config) as p:
File "/var/tmp/portage/dev-python/pymilter-1.0.5/work/pymilter-pymilter-1.0.5/Milter/policy.py", line 43, in __enter__
self.acf = dbmopen(self.access_file,'r')
File "/var/tmp/portage/dev-python/pymilter-1.0.5/work/pymilter-pymilter-1.0.5/Milter/policy.py", line 17, in dbmopen
f.open(fname,mode)
File "/var/tmp/portage/dev-python/pymilter-1.0.5/work/pymilter-pymilter-1.0.5/Milter/policy.py", line 8, in open
self.f.open(fname,flags=flags)
bsddb3.db.DBNoSuchFileError: (2, 'No such file or directory')
That's because I had no makemap command available on the box where I run this test. I think
I run into the following test failure:
That's because I had no
makemap
command available on the box where I run this test. I thinkpymilter/testpolicy.py
Lines 19 to 21 in 7deec90
The text was updated successfully, but these errors were encountered: