Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed Apr 20, 2018
1 parent 0b746d2 commit d49615a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/magtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

# check that we can import requests (for use in test scripts)
import requests
import requests_kerberos
import requests_gssapi
del requests
del requests_kerberos
del requests_gssapi


def parse_args():
Expand Down
2 changes: 1 addition & 1 deletion tests/t_bad_acceptor_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion tests/t_hostname_acceptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion tests/t_required_name_attr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion tests/t_spnego.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from stat import ST_MODE

import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa

if __name__ == '__main__':
sess = requests.Session()
Expand Down
2 changes: 1 addition & 1 deletion tests/t_spnego_negotiate_once.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion tests/t_spnego_no_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion tests/t_spnego_rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import requests
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion version.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define([VERSION_NUMBER], [1.6.0])
m4_define([VERSION_NUMBER], [1.6.1])

0 comments on commit d49615a

Please sign in to comment.