Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:pytest
python-pytest-pyramid-server
python-pytest-pyramid-server-no-six.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-pytest-pyramid-server-no-six.patch of Package python-pytest-pyramid-server
Index: pytest-pyramid-server-1.8.0/pytest_pyramid_server.py =================================================================== --- pytest-pyramid-server-1.8.0.orig/pytest_pyramid_server.py +++ pytest-pyramid-server-1.8.0/pytest_pyramid_server.py @@ -4,7 +4,7 @@ Created on 25 Apr 2012 @author: eeaston ''' import os -from six.moves import configparser +import configparser import sys import socket import glob Index: pytest-pyramid-server-1.8.0/setup.py =================================================================== --- pytest-pyramid-server-1.8.0.orig/setup.py +++ pytest-pyramid-server-1.8.0/setup.py @@ -23,7 +23,6 @@ install_requires = ['pytest-server-fixtu 'pytest', 'pyramid', 'waitress', - 'six', ] tests_require = [
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor