about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-20 13:48:30 +0100
committerDomen Kožar <domen@dev.si>2015-11-21 21:44:12 +0100
commit704c8bab410a077a89e25c8c9fbb76a8da97625e (patch)
treea1312683d41cfe6569e9442db23ba304d0fb8b32 /pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch
parent99a64da6001f5e4fec363b6a98afccda61b6d68f (diff)
downloadnixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar.gz
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar.bz2
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar.lz
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar.xz
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.tar.zst
nixlib-704c8bab410a077a89e25c8c9fbb76a8da97625e.zip
buildPythonPackage: fix standalone applications using it
Diffstat (limited to 'pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch')
-rw-r--r--pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch b/pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch
index cca4a2021042..5880af40d14a 100644
--- a/pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch
+++ b/pkgs/development/python-modules/sqlalchemy-0.7.10-test-failures.patch
@@ -31,19 +31,6 @@ index 416df5a..f07c9ec 100644
  
  .. changelog::
      :version: 0.7.10
-diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py
-index 9a21a70..6523ccb 100644
---- a/lib/sqlalchemy/__init__.py
-+++ b/lib/sqlalchemy/__init__.py
-@@ -120,7 +120,7 @@
- __all__ = sorted(name for name, obj in locals().items()
-                  if not (name.startswith('_') or inspect.ismodule(obj)))
- 
--__version__ = '0.7.10'
-+__version__ = '0.7.11'
- 
- del inspect, sys
- 
 diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py
 index 69b94f1..a37f684 100644
 --- a/test/engine/test_execute.py