File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,3 @@ The following is a list of people who have contributed to
8888- Terence Honles (terencehonles)
8989- Paul Fisher (thetorpedodog)
9090- Julius Park (juliusgeo)
91- - Ishmum Jawad Khan (ishmum123)
Original file line number Diff line number Diff line change @@ -827,9 +827,6 @@ def _start_retryable_write(self):
827827 self ._check_ended ()
828828 self ._server_session .inc_transaction_id ()
829829
830- def __copy__ (self ):
831- raise TypeError ('A ClientSession cannot be copied, create a new session instead' )
832-
833830
834831class _ServerSession (object ):
835832 def __init__ (self , generation ):
Original file line number Diff line number Diff line change @@ -779,11 +779,6 @@ def drop_db():
779779
780780 wait_until (drop_db , 'dropped database after w=0 writes' )
781781
782- def test_session_not_copyable (self ):
783- client = self .client
784- with client .start_session () as s :
785- self .assertRaises (TypeError , lambda : copy .copy (s ))
786-
787782
788783class TestCausalConsistency (unittest .TestCase ):
789784
You can’t perform that action at this time.
0 commit comments